diff --git a/src/app/ui/editor/play_state.cpp b/src/app/ui/editor/play_state.cpp index d16c6cdfa..d2ad40fc9 100644 --- a/src/app/ui/editor/play_state.cpp +++ b/src/app/ui/editor/play_state.cpp @@ -141,10 +141,10 @@ void PlayState::onPlaybackTick() m_editor->setFrame(frame); m_nextFrameTime += getNextFrameTime(); + m_editor->invalidate(); } m_curFrameTick = ui::clock(); - m_editor->invalidate(); } // Before executing any command, we stop the animation