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