mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-03 14:19:09 +08:00
Clear updateCacheReset when recomputing the update cache.
This commit is contained in:
parent
a8a20fce13
commit
d77e1fbc53
@ -157,6 +157,7 @@ public class Skeleton {
|
|||||||
public void updateCache () {
|
public void updateCache () {
|
||||||
Array<Updatable> updateCache = this.updateCache;
|
Array<Updatable> updateCache = this.updateCache;
|
||||||
updateCache.clear();
|
updateCache.clear();
|
||||||
|
updateCacheReset.clear();
|
||||||
|
|
||||||
Array<Bone> bones = this.bones;
|
Array<Bone> bones = this.bones;
|
||||||
for (int i = 0, n = bones.size; i < n; i++)
|
for (int i = 0, n = bones.size; i < n; i++)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user