mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-26 05:24:21 +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)
|
if (!cur)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
cur->tick();
|
|
||||||
if (cur->timeout == 0)
|
if (cur->timeout == 0)
|
||||||
this->disarm(cur);
|
this->disarm(cur);
|
||||||
|
cur->tick();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user