some things for the menu scene

This commit is contained in:
arthur.jamet
2021-06-07 11:52:03 +02:00
parent e094a7d5d9
commit d0d5935ae1
2 changed files with 31 additions and 30 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ namespace BBM
//! @brief The currently loaded scene
SceneID currentScene = TitleScreenScene;
SceneID currentScene = MainMenuScene;
//! @brief The list of loaded scenes.
std::unordered_map<SceneID, WAL::Scene> _loadedScenes = {};