From 6317bcab647e852ec97f2f2b71d656ae0e725905 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Wed, 8 Nov 2023 10:34:44 -0500 Subject: register inputs after ImGui since ImGui blocks input --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index e5d82fe..c8c8a0d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -34,8 +34,8 @@ int main() { AM_Init(); Game_Init(); ECS_Init(); - PkeInput_Init(); CreateWindow(&windowProps); + PkeInput_Init(); EntityType_Init(); GameTimePoint lastTimePoint = pkeSettings.steadyClock.now(); -- cgit v1.2.3