mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[unity] Minor: Fixed formatting issue.
This commit is contained in:
parent
bc2628fbc5
commit
b4146b6bf5
@ -112,8 +112,7 @@ namespace Spine.Unity.Editor {
|
|||||||
if (selectedClip != null) {
|
if (selectedClip != null) {
|
||||||
float time = AnimationWindowPreview.GetAnimationTime(animationWindow);
|
float time = AnimationWindowPreview.GetAnimationTime(animationWindow);
|
||||||
PreviewAnimationInScene(selectedClip, time);
|
PreviewAnimationInScene(selectedClip, time);
|
||||||
}
|
} else // back to setup pose
|
||||||
else // back to setup pose
|
|
||||||
PreviewAnimationInScene(null, 0.0f);
|
PreviewAnimationInScene(null, 0.0f);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user