Removed useless SetDirty() call in ScriptMaster::SetTime()

This commit is contained in:
smallmodel 2023-10-30 22:59:17 +01:00
parent 1184843318
commit a557b29ecf
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -752,7 +752,6 @@ void ScriptMaster::ExecuteRunning(void)
void ScriptMaster::SetTime(int time)
{
timerList.SetTime(time);
timerList.SetDirty();
}
void ScriptMaster::AddTiming(ScriptThread *thread, int time)