chore: use InitiallyActive helper

This commit is contained in:
bd_ 2024-10-02 18:44:42 -07:00
parent 66c2474bc3
commit 5fcb857170

View File

@ -287,7 +287,7 @@ namespace nadena.dev.modular_avatar.core.editor
}
var deletions = info.actionGroups.Where(agk => agk.IsDelete).ToList();
if (deletions.Any(d => d.ControllingConditions.All(c => c.IsConstantActive) ^ d.Inverted))
if (deletions.Any(d => d.InitiallyActive))
{
// always deleted
shapes.Remove(key);