diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-11 19:53:15 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-11 19:53:15 +0100 |
commit | bb2a6f1a0ab19f6cbc78b2747a26920f24bf13ca (patch) | |
tree | e0a67f752141aa9b8adc7ed72f47f9b74174533e /src/crepe/manager/SceneManager.cpp | |
parent | 007fe1ecb5e9f76539cdffd6a96afe22c8b2d214 (diff) | |
parent | 59954bfc14cdb32997a3fb09e6ee1b393a4dc027 (diff) |
Merge branch 'master' of https://github.com/lonkaars/crepe into wouter/text-component
Diffstat (limited to 'src/crepe/manager/SceneManager.cpp')
-rw-r--r-- | src/crepe/manager/SceneManager.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/crepe/manager/SceneManager.cpp b/src/crepe/manager/SceneManager.cpp index 50a9fbb..d4ca90b 100644 --- a/src/crepe/manager/SceneManager.cpp +++ b/src/crepe/manager/SceneManager.cpp @@ -32,4 +32,7 @@ void SceneManager::load_next_scene() { // Load the new scene scene->load_scene(); + + //clear the next scene + next_scene.clear(); } |