Fix some transitions breaking animator merge logic

This commit is contained in:
bd_ 2022-12-01 05:29:37 -08:00
parent 078a3de896
commit 60f4bb4939

View File

@ -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