[lua] Fixed method name typo, closes #799

This commit is contained in:
badlogic 2016-12-08 13:29:19 +01:00
parent 168186f170
commit 4a0ef931c0

View File

@ -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