Преглед на файлове

[unity] Minor: Fixed formatting issue.

Harald Csaszar преди 7 месеца
родител
ревизия
b4146b6bf5
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      spine-unity/Assets/Spine/Editor/spine-unity/Editor/Components/SkeletonMecanimInspector.cs

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

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