Browse Source

[lua] Ported d77e1fbc53ba809b255db7ceda26f2c1f6c74739

badlogic 8 years ago
parent
commit
757b0e5172
1 changed files with 1 additions and 0 deletions
  1. 1 0
      spine-lua/Skeleton.lua

+ 1 - 0
spine-lua/Skeleton.lua

@@ -110,6 +110,7 @@ end
 function Skeleton:updateCache ()
 	local updateCache = {}
 	self._updateCache = updateCache
+	self.updateCacheReset = {}
 
 	local bones = self.bones
 	for i, bone in ipairs(bones) do