mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 23:34:53 +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 () {
|
||||
Array<Updatable> updateCache = this.updateCache;
|
||||
updateCache.clear();
|
||||
updateCacheReset.clear();
|
||||
|
||||
Array<Bone> bones = this.bones;
|
||||
for (int i = 0, n = bones.size; i < n; i++)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user