mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
Merge branch '3.8' into 3.9-beta
This commit is contained in:
commit
7482e4a212
@ -823,7 +823,7 @@ Animation *SkeletonJson::readAnimation(Json *root, SkeletonData *skeletonData) {
|
||||
Json *slots = Json::getItem(root, "slots");
|
||||
Json *ik = Json::getItem(root, "ik");
|
||||
Json *transform = Json::getItem(root, "transform");
|
||||
Json *paths = Json::getItem(root, "paths");
|
||||
Json *paths = Json::getItem(root, "path");
|
||||
Json *deform = Json::getItem(root, "deform");
|
||||
Json *drawOrder = Json::getItem(root, "drawOrder");
|
||||
Json *events = Json::getItem(root, "events");
|
||||
|
||||
@ -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