mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-15 14:08:11 +00:00
the player now see the bomb explosion before dying of it
This commit is contained in:
@@ -97,7 +97,7 @@ namespace BBM
|
||||
component.frameCounter++;
|
||||
}
|
||||
|
||||
void IntroAnimationSystem::onSelfUpdate(void)
|
||||
void IntroAnimationSystem::onSelfUpdate(std::chrono::nanoseconds)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user