Explorar el Código

[unity][csharp] Minor cleanup of last commit.

Harald Csaszar hace 3 años
padre
commit
d1b1e32bbf

+ 0 - 1
spine-unity/Modules/com.esotericsoftware.spine.spine-unity-tests/Tests/RunAnimationStateTests.cs

@@ -10,7 +10,6 @@ namespace Spine.Unity.Tests {
 		public void RunAnimationStateTestsSimplePasses () {
 		public void RunAnimationStateTestsSimplePasses () {
 			AnimationStateTests.logImplementation += Log;
 			AnimationStateTests.logImplementation += Log;
 			AnimationStateTests.failImplementation += Fail;
 			AnimationStateTests.failImplementation += Fail;
-			//AnimationStateTests.Main("Assets/SpineTests/spine-csharp-tests/tests/assets/test.json");
 
 
 			string testJsonFilename = "test";
 			string testJsonFilename = "test";
 			string testJsonPathEnd = "tests/assets/" + testJsonFilename + ".json";
 			string testJsonPathEnd = "tests/assets/" + testJsonFilename + ".json";