mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[as3] Ported d77e1fbc53ba809b255db7ceda26f2c1f6c74739
This commit is contained in:
parent
75e9b49d0c
commit
5210b7756d
Binary file not shown.
@ -96,6 +96,7 @@ public class Skeleton {
|
|||||||
public function updateCache () : void {
|
public function updateCache () : void {
|
||||||
var updateCache:Vector.<Updatable> = this._updateCache;
|
var updateCache:Vector.<Updatable> = this._updateCache;
|
||||||
updateCache.length = 0;
|
updateCache.length = 0;
|
||||||
|
this._updateCacheReset.length = 0;
|
||||||
|
|
||||||
var bones:Vector.<Bone> = this.bones;
|
var bones:Vector.<Bone> = this.bones;
|
||||||
var i:Number = 0;
|
var i:Number = 0;
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user