mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-04 19:49:02 +08:00
Fix state machine outgoing transitions not being name-mangled
Closes: #93
This commit is contained in:
parent
8ecc561945
commit
8af7b0d5d6
@ -245,6 +245,12 @@ namespace nadena.dev.modular_avatar.core.editor
|
||||
foreach (var sub in sm.stateMachines)
|
||||
{
|
||||
queue.Enqueue(sub.stateMachine);
|
||||
|
||||
|
||||
foreach (var t in sm.GetStateMachineTransitions(sub.stateMachine))
|
||||
{
|
||||
ProcessTransition(t, remaps);
|
||||
}
|
||||
}
|
||||
|
||||
foreach (var st in sm.states)
|
||||
|
Loading…
x
Reference in New Issue
Block a user