mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-11 21:06:41 +00:00
the player now see the bomb explosion before dying of it
This commit is contained in:
@@ -26,7 +26,7 @@ namespace BBM
|
||||
event(entity);
|
||||
}
|
||||
|
||||
void EventSystem::onSelfUpdate()
|
||||
void EventSystem::onSelfUpdate(std::chrono::nanoseconds dtime)
|
||||
{
|
||||
for (auto &event : this->_globalEvents)
|
||||
event(this->_wal);
|
||||
|
||||
Reference in New Issue
Block a user