浏览代码

[unity] Minor: formatting whitespace issue fixed of last commit.

Harald Csaszar 2 年之前
父节点
当前提交
e49453d774
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      spine-unity/Assets/Spine Examples/Scripts/Sample Components/RenderCombinedMesh.cs

+ 1 - 1
spine-unity/Assets/Spine Examples/Scripts/Sample Components/RenderCombinedMesh.cs

@@ -136,7 +136,7 @@ namespace Spine.Unity.Examples {
 		}
 
 		void OnDestroy () {
-			for (int i  = 0; i < 2; ++i) {
+			for (int i = 0; i < 2; ++i) {
 				Mesh mesh = doubleBufferedMesh.GetNext();
 #if UNITY_EDITOR
 				if (Application.isEditor && !Application.isPlaying)