diff --git a/LEGO1/mxdirectx/mxstopwatch.h b/LEGO1/mxdirectx/mxstopwatch.h index f8233774..03a34c27 100644 --- a/LEGO1/mxdirectx/mxstopwatch.h +++ b/LEGO1/mxdirectx/mxstopwatch.h @@ -49,7 +49,7 @@ class MxStopWatch { inline MxStopWatch::MxStopWatch() { Reset(); - m_ticksPerSeconds = SDL_GetPerformanceCounter(); + m_ticksPerSeconds = SDL_GetPerformanceFrequency(); } // FUNCTION: BETA10 0x100d8be0