mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
[libgdx] Removed JsonRollback println.
This commit is contained in:
parent
f98afcebfe
commit
c24b8b348d
@ -141,7 +141,6 @@ public class JsonRollback {
|
||||
|
||||
JsonValue curve = map.get("curve");
|
||||
if (curve == null) {
|
||||
if (map.name != null && map.name.equals("color")) System.out.println();
|
||||
for (JsonValue child = map.child; child != null; child = child.next)
|
||||
rollbackCurves(child);
|
||||
return;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user