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