mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 15:24:55 +08:00
fixing wrong timeline being pushed to array
This commit is contained in:
parent
7346b35a5c
commit
bb30f8130e
@ -221,7 +221,7 @@ public class SkeletonJson {
|
||||
for each (var valueMap3:Object in values2) {
|
||||
timeline3.setFrame(frameIndex3++, valueMap3["time"], valueMap3["name"]);
|
||||
}
|
||||
timelines.push(timeline);
|
||||
timelines.push(timeline3);
|
||||
duration = Math.max(duration, timeline3.frames[timeline3.frameCount - 1]);
|
||||
|
||||
} else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user