diff --git a/src/Lib/Timer.cpp b/src/Lib/Timer.cpp index 39ae829b..421edf00 100644 --- a/src/Lib/Timer.cpp +++ b/src/Lib/Timer.cpp @@ -19,8 +19,8 @@ void Lib::Timer::Start() LARGE_INTEGER c; QueryPerformanceCounter(&c); m_StartTime = c.QuadPart; - m_is_timer_paused = false; #endif + m_is_timer_paused = false; } void Lib::Timer::Pause()