mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-22 22:45:48 +00:00
Fixing the pause timer
This commit is contained in:
@@ -126,6 +126,7 @@ namespace BBM
|
||||
if (!ent.hasComponent<SoundComponent>())
|
||||
return;
|
||||
ent.removeComponent<SoundComponent>();
|
||||
ent.removeComponent<HealthComponent>();
|
||||
ent.removeComponent<CollisionComponent>();
|
||||
ent.removeComponent<PositionComponent>();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user