From 11b3a1917e28eebc116f12224483d79f1344d095 Mon Sep 17 00:00:00 2001 From: Headline Date: Fri, 19 Sep 2025 00:17:26 -0700 Subject: [PATCH] Finish my thought --- core/TimerSys.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/TimerSys.cpp b/core/TimerSys.cpp index f3ff5bf7a..2677c0018 100644 --- a/core/TimerSys.cpp +++ b/core/TimerSys.cpp @@ -306,7 +306,7 @@ void TimerSystem::RunFrame(bool timerThink) ProcessTimerType(curtime, m_LowSpeedTimers, false); } - // High speed timers will + // High speed timers will always update ProcessTimerType(curtime, m_HighSpeedTimers, true); }