fix: incorrect initial states for Shape Changer (#1464)

This commit is contained in:
bd_ 2025-03-02 20:52:38 -08:00 committed by GitHub
parent 7e5d631b9d
commit 70dd38e970
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -254,8 +254,8 @@ namespace nadena.dev.modular_avatar.core.editor
var action = ObjectRule(key, changer, value);
action.Inverted = _computeContext.Observe(changer, c => c.Inverted);
if (changer.gameObject.activeInHierarchy ^ changer.Inverted) info.currentState = action.Value;
info.currentState = currentValue;
if (info.actionGroups.Count == 0)
{