mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +08:00
[as3] Closes #752, forgot return in first frame setup pose case of DrawOrderTimeline
This commit is contained in:
parent
d38760501a
commit
208f797648
Binary file not shown.
@ -72,6 +72,7 @@ public class DrawOrderTimeline implements Timeline {
|
||||
for each (slot in slots)
|
||||
drawOrder[i++] = slot;
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
var frameIndex:int;
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user