Преглед изворни кода

[unity] Minor: Fixed formatting issue.

Harald Csaszar пре 7 месеци
родитељ
комит
b4146b6bf5

+ 1 - 2
spine-unity/Assets/Spine/Editor/spine-unity/Editor/Components/SkeletonMecanimInspector.cs

@@ -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);
 		}