mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 02:18:35 +00:00
Finish my thought
This commit is contained in:
parent
833d727a71
commit
11b3a1917e
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user