mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-11 23:19:00 +08:00
fix: reactive components generate transitions with overlapping condition ranges
This commit is contained in:
parent
988eb9cf3a
commit
c297c2a31e
@ -219,8 +219,8 @@ namespace nadena.dev.modular_avatar.core.editor
|
||||
// we basically force-disable any conditions for nonselected menu items and force-enable any for default
|
||||
// menu items.
|
||||
InitialValue = mami.isDefault ? mami.Control.value : -999,
|
||||
ParameterValueLo = mami.Control.value - 0.5f,
|
||||
ParameterValueHi = mami.Control.value + 0.5f,
|
||||
ParameterValueLo = mami.Control.value - 0.005f,
|
||||
ParameterValueHi = mami.Control.value + 0.005f,
|
||||
DebugReference = mami,
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user