aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/api')
-rw-r--r--src/crepe/api/LoopManager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crepe/api/LoopManager.cpp b/src/crepe/api/LoopManager.cpp
index f588d7f..4f08bab 100644
--- a/src/crepe/api/LoopManager.cpp
+++ b/src/crepe/api/LoopManager.cpp
@@ -64,6 +64,7 @@ void LoopManager::setup() {
this->game_running = true;
this->loop_timer.start();
this->scene_manager.load_next_scene();
+ timer.start();
}
void LoopManager::render() {