From 4a435b8fe98c5db1ecd95619997af10146135e85 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Thu, 9 Jan 2025 17:33:00 +0100 Subject: improve player responsiveness --- game/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game/main.cpp') diff --git a/game/main.cpp b/game/main.cpp index 14eec99..c9ad8c1 100644 --- a/game/main.cpp +++ b/game/main.cpp @@ -3,7 +3,7 @@ #include #include -#include "Config.h" +#include "EngineConfig.h" #include "GameScene.h" #include "PreviewScene.h" #include "menus/mainmenu/MainMenuScene.h" -- cgit v1.2.3