diff --git a/timestep/timestep_animate.cpp b/timestep/timestep_animate.cpp index d2b1b8d..4c1384f 100644 --- a/timestep/timestep_animate.cpp +++ b/timestep/timestep_animate.cpp @@ -149,6 +149,7 @@ void view_animation_clear(view_animation *anim) { view_animation_unschedule(anim); anim->elapsed = 0; + anim->is_paused = false; def_animate_remove_from_group(anim->js_anim); LOGFN("end view_animation_clear"); }