mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 23:34:53 +08:00
Merge pull request #55 from paxtonhare/master
Wong timeline being passed to array in spine code
This commit is contained in:
commit
c0ad20caa6
@ -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