From 47d3d48ad76d6a4e40da1d945cbc8940ae2922c7 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 31 Jan 2025 19:31:10 -0500 Subject: pke: first-pass font serialization --- src/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index 0fb2ccd..a95d2fd 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -594,8 +594,8 @@ void Game_Main(PKEWindowProperties windowProps, const char *executablePath) { Game_Init(); CreateWindow(windowProps); EntityType_Init(); - PkeProject_Load(pkeSettings.args.projectPath); PkeInput_Init(); + PkeProject_Load(pkeSettings.args.projectPath); if (pkeSettings.args.pluginPath != nullptr) { PkePlugin_Load(pkeSettings.args.pluginPath); } -- cgit v1.2.3