mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-29 06:07:57 +03:00
Removed useless SetDirty() call in ScriptMaster::SetTime()
This commit is contained in:
parent
1184843318
commit
a557b29ecf
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue