mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-04 10:44:42 +00:00
Fixing the timer
This commit is contained in:
@@ -70,6 +70,8 @@ namespace BBM
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (gameState.nextScene != GameState::SceneID::GameScene)
|
||||
engine.getSystem<CameraSystem>().hasEnded = false;
|
||||
}
|
||||
if (gameState.nextScene == gameState.currentScene)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user