mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
Merge branch '3.8' into 3.9-beta
This commit is contained in:
commit
b0ac11035f
@ -680,8 +680,8 @@ function SkeletonJson.new (attachmentLoader)
|
||||
end
|
||||
|
||||
-- Path constraint timelines.
|
||||
if map.paths then
|
||||
for constraintName,constraintMap in pairs(map.paths) do
|
||||
if map.path then
|
||||
for constraintName,constraintMap in pairs(map.path) do
|
||||
local index = skeletonData:findPathConstraintIndex(constraintName)
|
||||
if index == -1 then error("Path constraint not found: " .. constraintName, 2) end
|
||||
local data = skeletonData.pathConstraints[index]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user