[as3] Ported d77e1fbc53ba809b255db7ceda26f2c1f6c74739

This commit is contained in:
badlogic 2016-12-15 14:56:33 +01:00
parent 75e9b49d0c
commit 5210b7756d
4 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ public class Skeleton {
public function updateCache () : void {
var updateCache:Vector.<Updatable> = this._updateCache;
updateCache.length = 0;
this._updateCacheReset.length = 0;
var bones:Vector.<Bone> = this.bones;
var i:Number = 0;