mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 11:29:24 +01:00
Disarm before tick (can be deleted in tick)
This commit is contained in:
parent
54115df233
commit
d7a8f558df
@ -63,8 +63,8 @@ void TimerController::tick()
|
||||
if (!cur)
|
||||
continue;
|
||||
|
||||
cur->tick();
|
||||
if (cur->timeout == 0)
|
||||
this->disarm(cur);
|
||||
cur->tick();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user