the player now see the bomb explosion before dying of it

This commit is contained in:
HENRY Benjamin
2021-06-17 14:34:29 +02:00
parent 933a96c449
commit 4e306581de
13 changed files with 27 additions and 16 deletions
+1 -1
View File
@@ -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);