mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 10:16:01 +08:00
[csharp] Ported d77e1fbc53ba809b255db7ceda26f2c1f6c74739
This commit is contained in:
parent
5210b7756d
commit
e296ef7c30
@ -118,6 +118,7 @@ namespace Spine {
|
||||
public void UpdateCache () {
|
||||
ExposedList<IUpdatable> updateCache = this.updateCache;
|
||||
updateCache.Clear();
|
||||
this.updateCacheReset.Clear();
|
||||
|
||||
ExposedList<Bone> bones = this.bones;
|
||||
for (int i = 0, n = bones.Count; i < n; i++)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user