Fixing PR issues

This commit is contained in:
Zoe Roux
2021-05-18 09:42:18 +02:00
parent ad81137c96
commit c6012f1be6
9 changed files with 17 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ namespace WAL
//! @return The manager instance used to call this function is returned. This allow method chaining.
SceneManager &addScene(Scene &&scene);
//! @brief Add a scene before the current scene to allow
//! @brief Add a scene before the current scene. This could be useful for lobbies or scene where the next scene can be constructed.
//! @return The manager instance used to call this function is returned. This allow method chaining.
SceneManager &addBackScene(Scene &&scene);