mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-17 20:41:38 +08:00
[lua] Fixed method name typo, closes #799
This commit is contained in:
parent
168186f170
commit
4a0ef931c0
@ -743,7 +743,7 @@ function AnimationState:setTimelinesFirst (entry)
|
||||
end
|
||||
end
|
||||
|
||||
function AnimationState:checkTimlinesFirst (entry)
|
||||
function AnimationState:checkTimelinesFirst (entry)
|
||||
if entry.mixingFrom then self:checkTimelinesFirst(entry.mixingFrom) end
|
||||
self:checkTimelinesUsage(entry, entry.timelinesFirst)
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user