mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-04 19:49:02 +08:00
chore: use InitiallyActive
helper
This commit is contained in:
parent
66c2474bc3
commit
5fcb857170
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user