mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-04 10:44:42 +00:00
Finishing the replay button
This commit is contained in:
@@ -19,7 +19,6 @@ namespace BBM
|
||||
auto &timer = entity.get<TimerComponent>();
|
||||
timer.ringIn -= dtime;
|
||||
if (timer.ringIn <= 0ns) {
|
||||
timer.setDisable(true);
|
||||
timer.callback(entity, this->_wal);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user