now vector playersInfos will be clear each time we resume a game :D

This commit is contained in:
EternalRat
2021-06-20 18:38:43 +02:00
parent 950684b84f
commit f3ce52407e
-2
View File
@@ -147,8 +147,6 @@ namespace BBM
wal.getSystem<CameraSystem>().hasEnded = false;
gameState.nextScene = BBM::GameState::SceneID::MainMenuScene;
});
//needed material
//music
save.getComponent<OnClickComponent>().setButtonLinks(&settings);
play.getComponent<OnClickComponent>().setButtonLinks(nullptr, &save, nullptr, &settings);
settings.getComponent<OnClickComponent>().setButtonLinks(nullptr, &save, &play, &exit);