From 7e6c3dbb053e281086f01ae5ec3695a5c891d9f6 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Mon, 9 Jun 2025 17:00:52 -0700 Subject: [PATCH] Fix `MxStopWatch` --- LEGO1/mxdirectx/mxstopwatch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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