[csharp] Ported d77e1fbc53ba809b255db7ceda26f2c1f6c74739

This commit is contained in:
badlogic 2016-12-15 14:57:39 +01:00
parent 5210b7756d
commit e296ef7c30

View File

@ -118,6 +118,7 @@ namespace Spine {
public void UpdateCache () { public void UpdateCache () {
ExposedList<IUpdatable> updateCache = this.updateCache; ExposedList<IUpdatable> updateCache = this.updateCache;
updateCache.Clear(); updateCache.Clear();
this.updateCacheReset.Clear();
ExposedList<Bone> bones = this.bones; ExposedList<Bone> bones = this.bones;
for (int i = 0, n = bones.Count; i < n; i++) for (int i = 0, n = bones.Count; i < n; i++)