mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
Variable should be local.
This commit is contained in:
parent
20d42b0bff
commit
cef7e46e5b
@ -104,7 +104,7 @@ function SkeletonJson.new (attachmentLoader)
|
||||
end
|
||||
|
||||
-- Skins.
|
||||
map = root["skins"]
|
||||
local map = root["skins"]
|
||||
if map then
|
||||
for skinName,skinMap in pairs(map) do
|
||||
local skin = Skin.new(skinName)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user