mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +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");
|
JsonValue curve = map.get("curve");
|
||||||
if (curve == null) {
|
if (curve == null) {
|
||||||
if (map.name != null && map.name.equals("color")) System.out.println();
|
|
||||||
for (JsonValue child = map.child; child != null; child = child.next)
|
for (JsonValue child = map.child; child != null; child = child.next)
|
||||||
rollbackCurves(child);
|
rollbackCurves(child);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user