mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-15 19:41:36 +08:00
[lua] Closes #754, passed wrong type to getValue in SkeletonJson
This commit is contained in:
parent
53072a5a3e
commit
88228e8bd9
@ -337,7 +337,7 @@ function SkeletonJson.new (attachmentLoader)
|
||||
mesh.inheritDeform = getValue(map, "deform", true)
|
||||
table_insert(self.linkedMeshes, {
|
||||
mesh = mesh,
|
||||
skin = getValue(map, skin, nil),
|
||||
skin = getValue(map, "skin", nil),
|
||||
slotIndex = slotIndex,
|
||||
parent = parent
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user