diff --git a/r5dev/engine/sys_dll2.cpp b/r5dev/engine/sys_dll2.cpp index 1911b1f7..16d53421 100644 --- a/r5dev/engine/sys_dll2.cpp +++ b/r5dev/engine/sys_dll2.cpp @@ -247,6 +247,7 @@ bool CEngineAPI::MainLoop() #ifndef DEDICATED if (bRunLowLatency) { CEngineAPI::RunLowLatencyFrame(); + bRunLowLatency = false; } CEngineAPI::PumpMessages(); #endif // !DEDICATED