mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
[cpp] Closes #1454, path constraint timelines parsing was broken.
This commit is contained in:
parent
eda6c1797b
commit
ae8f2905b7
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user