summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp
index aea1039..27c42ac 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -114,6 +114,7 @@ void Game_Tick(double delta) {
EntityType_Tick_Late(delta);
ECS_Tick_Late(delta);
+ window_tick_late(delta);
}
void Game_Main(PKEWindowProperties windowProps, const char *executablePath) {