浏览代码

Removed hardcoded paths.

Oops, sorry!
NathanSweet 9 年之前
父节点
当前提交
eded12cd52
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      spine-libgdx/spine-skeletonviewer/src/com/esotericsoftware/spine/JsonRollback.java

+ 0 - 1
spine-libgdx/spine-skeletonviewer/src/com/esotericsoftware/spine/JsonRollback.java

@@ -19,7 +19,6 @@ import com.badlogic.gdx.utils.JsonWriter.OutputType;
  * the runtime is updated to support a newer Spine version should animators update their Spine editor version to match. */
 public class JsonRollback {
 	static public void main (String[] args) throws Exception {
-		args = new String[] {"C:/test/CoilGrapple.json", "C:/test/CoilGrapple-fixed.json"};
 		if (args.length == 0) {
 			System.out.println("Usage: <inputFile> [outputFile]");
 			System.exit(0);