[as3] Closes #752, forgot return in first frame setup pose case of DrawOrderTimeline

This commit is contained in:
badlogic 2016-11-07 10:46:48 +01:00
parent d38760501a
commit 208f797648
4 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ public class DrawOrderTimeline implements Timeline {
for each (slot in slots)
drawOrder[i++] = slot;
}
return;
}
var frameIndex:int;