diff --git a/src/core/system.cpp b/src/core/system.cpp index 8a40d33e8..5007caae5 100644 --- a/src/core/system.cpp +++ b/src/core/system.cpp @@ -4025,8 +4025,6 @@ void System::DoRewind() s_rewind_load_counter--; } - s_next_frame_time += s_frame_period; - InvalidateDisplay(); Host::PumpMessagesOnCPUThread(); Internal::IdlePollUpdate();