mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-22 11:31:57 -04:00
Fix MxStopWatch
(#271)
This commit is contained in:
parent
0a1516fbd9
commit
e2b39f9144
@ -49,7 +49,7 @@ private:
|
||||
inline MxStopWatch::MxStopWatch()
|
||||
{
|
||||
Reset();
|
||||
m_ticksPerSeconds = SDL_GetPerformanceCounter();
|
||||
m_ticksPerSeconds = SDL_GetPerformanceFrequency();
|
||||
}
|
||||
|
||||
// FUNCTION: BETA10 0x100d8be0
|
||||
|
Loading…
x
Reference in New Issue
Block a user