mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 18:26:12 +08:00
[csharp] Ported d77e1fbc53ba809b255db7ceda26f2c1f6c74739
This commit is contained in:
parent
5210b7756d
commit
e296ef7c30
@ -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++)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user