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