Clear updateCacheReset when recomputing the update cache.

This commit is contained in:
NathanSweet 2016-12-14 19:12:02 +01:00
parent a8a20fce13
commit d77e1fbc53

View File

@ -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++)