We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2628f commit b4146b6Copy full SHA for b4146b6
spine-unity/Assets/Spine/Editor/spine-unity/Editor/Components/SkeletonMecanimInspector.cs
@@ -112,8 +112,7 @@ protected void HandleAnimationPreview () {
112
if (selectedClip != null) {
113
float time = AnimationWindowPreview.GetAnimationTime(animationWindow);
114
PreviewAnimationInScene(selectedClip, time);
115
- }
116
- else // back to setup pose
+ } else // back to setup pose
117
PreviewAnimationInScene(null, 0.0f);
118
}
119
0 commit comments