[unity] Minor: Fixed formatting issue.

This commit is contained in:
Harald Csaszar 2025-02-05 12:09:34 +01:00
parent bc2628fbc5
commit b4146b6bf5

View File

@ -112,8 +112,7 @@ namespace Spine.Unity.Editor {
if (selectedClip != null) {
float time = AnimationWindowPreview.GetAnimationTime(animationWindow);
PreviewAnimationInScene(selectedClip, time);
}
else // back to setup pose
} else // back to setup pose
PreviewAnimationInScene(null, 0.0f);
}