diff options
Diffstat (limited to 'src/game.cpp')
| -rw-r--r-- | src/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
