mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[lua] Ported d77e1fbc53ba809b255db7ceda26f2c1f6c74739
This commit is contained in:
parent
2be667dd62
commit
757b0e5172
@ -110,6 +110,7 @@ end
|
|||||||
function Skeleton:updateCache ()
|
function Skeleton:updateCache ()
|
||||||
local updateCache = {}
|
local updateCache = {}
|
||||||
self._updateCache = updateCache
|
self._updateCache = updateCache
|
||||||
|
self.updateCacheReset = {}
|
||||||
|
|
||||||
local bones = self.bones
|
local bones = self.bones
|
||||||
for i, bone in ipairs(bones) do
|
for i, bone in ipairs(bones) do
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user