mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-24 13:29:01 +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
|
// we basically force-disable any conditions for nonselected menu items and force-enable any for default
|
||||||
// menu items.
|
// menu items.
|
||||||
InitialValue = mami.isDefault ? mami.Control.value : -999,
|
InitialValue = mami.isDefault ? mami.Control.value : -999,
|
||||||
ParameterValueLo = mami.Control.value - 0.5f,
|
ParameterValueLo = mami.Control.value - 0.005f,
|
||||||
ParameterValueHi = mami.Control.value + 0.5f,
|
ParameterValueHi = mami.Control.value + 0.005f,
|
||||||
DebugReference = mami,
|
DebugReference = mami,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user