mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +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)
|
mesh.inheritDeform = getValue(map, "deform", true)
|
||||||
table_insert(self.linkedMeshes, {
|
table_insert(self.linkedMeshes, {
|
||||||
mesh = mesh,
|
mesh = mesh,
|
||||||
skin = getValue(map, skin, nil),
|
skin = getValue(map, "skin", nil),
|
||||||
slotIndex = slotIndex,
|
slotIndex = slotIndex,
|
||||||
parent = parent
|
parent = parent
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user