Finish my thought

This commit is contained in:
Headline 2025-09-19 00:17:26 -07:00
parent 833d727a71
commit 11b3a1917e

View File

@ -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);
}