Browse Source

[unity] Minor: Fixed another formatting issue, not covered in inactive preprocessor code branch.

Harald Csaszar 2 years ago
parent
commit
ee3486ce5a

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

@@ -144,7 +144,7 @@ namespace Spine.Unity.Examples {
 				else
 					UnityEngine.Object.Destroy(mesh);
 #else
-					UnityEngine.Object.Destroy(mesh);
+				UnityEngine.Object.Destroy(mesh);
 #endif
 			}
 		}