Fix MxStopWatch

This commit is contained in:
Christian Semmler 2025-06-09 17:00:52 -07:00
parent 0a1516fbd9
commit 7e6c3dbb05

View File

@ -49,7 +49,7 @@ class MxStopWatch {
inline MxStopWatch::MxStopWatch()
{
Reset();
m_ticksPerSeconds = SDL_GetPerformanceCounter();
m_ticksPerSeconds = SDL_GetPerformanceFrequency();
}
// FUNCTION: BETA10 0x100d8be0