diff --git a/include/Core/Context.hpp b/include/Core/Context.hpp index b1e10380..9f1c3d6e 100644 --- a/include/Core/Context.hpp +++ b/include/Core/Context.hpp @@ -47,7 +47,7 @@ class Context { unsigned int m_WindowHeight = PTSD_Config::WINDOW_HEIGHT; // Can't access Time::s_Now, so using this variable to track time. - Util::ms_t m_BeforeUpdateTime = Util::Time::GetElapsedTimeMs(); + Util::ms_t m_BeforeUpdateTime = 0; }; } // namespace Core