This commit is contained in:
2025-03-23 00:16:59 +01:00
parent 9780a36af4
commit 8635d4b853
6 changed files with 22 additions and 12 deletions

View File

@@ -12,6 +12,7 @@ InGameAppMenu::InGameAppMenu(std::shared_ptr<MenuStack> menuStack, std::shared_p
game(this->settings->getMenu().startGame(this->settings->getGamemode()))
{
this->game.start();
this->paused = false;
}