Fix some transitions breaking animator merge logic (#127)

This commit is contained in:
bd_ 2022-11-30 21:38:54 -08:00 committed by GitHub
parent b9749a9e6d
commit 83e432b245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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