spine-cpp
spine-cpp copied to clipboard
Animation may spam its listener with fake `Anim_Event` events.
If there is a delay between two animations, all evens of the first one will be fired each frame. lastTime becomes higher than time. Method EventTimeline::apply treats this case as if the first animation has passed the whole loop.
Doesn't this also happen in Esoteric's C API?