From eded12cd5281ddfcff26675c4948e467028b8311 Mon Sep 17 00:00:00 2001 From: NathanSweet Date: Mon, 20 Jun 2016 19:25:29 +0200 Subject: [PATCH] Removed hardcoded paths. Oops, sorry! --- .../src/com/esotericsoftware/spine/JsonRollback.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spine-libgdx/spine-skeletonviewer/src/com/esotericsoftware/spine/JsonRollback.java b/spine-libgdx/spine-skeletonviewer/src/com/esotericsoftware/spine/JsonRollback.java index efddf7510..ead3b11f0 100644 --- a/spine-libgdx/spine-skeletonviewer/src/com/esotericsoftware/spine/JsonRollback.java +++ b/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: [outputFile]"); System.exit(0);