fix: incorrect initial states for Shape Changer

This commit is contained in:
bd_ 2025-03-02 18:12:08 -08:00
parent 0ee8ec6385
commit 726411c295

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)
{