Fix MxStopWatch (#271)

This commit is contained in:
Christian Semmler 2025-06-09 17:10:25 -07:00 committed by GitHub
parent 0a1516fbd9
commit e2b39f9144
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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