mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
parent
9a1447b799
commit
eafcc2829f
@ -463,7 +463,7 @@ function Animation.EventTimeline.new ()
|
||||
if not firedEvents then return end
|
||||
|
||||
local frames = self.frames
|
||||
local frameCount = #frames
|
||||
local frameCount = #frames + 1
|
||||
|
||||
if lastTime > time then -- Fire events after last time for looped animations.
|
||||
self:apply(skeleton, lastTime, 999999, firedEvents, alpha)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user