mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-02-07 22:32:49 +08:00
Fix some transitions breaking animator merge logic (#127)
This commit is contained in:
parent
b9749a9e6d
commit
83e432b245
@ -240,7 +240,7 @@ namespace nadena.dev.modular_avatar.core.editor
|
|||||||
case AnimatorController _:
|
case AnimatorController _:
|
||||||
case AnimatorState _:
|
case AnimatorState _:
|
||||||
case AnimatorStateMachine _:
|
case AnimatorStateMachine _:
|
||||||
case AnimatorStateTransition _:
|
case AnimatorTransitionBase _:
|
||||||
case StateMachineBehaviour _:
|
case StateMachineBehaviour _:
|
||||||
break; // We want to clone these types
|
break; // We want to clone these types
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user