summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-01-31 19:31:10 -0500
committerJonathan Bradley <jcb@pikum.xyz>2025-01-31 19:31:10 -0500
commit47d3d48ad76d6a4e40da1d945cbc8940ae2922c7 (patch)
tree233963233206323b11e440394d61d97ee68b34f3 /src/game.cpp
parent61cb835291af07cfc59c123241c3641a2fba185f (diff)
pke: first-pass font serialization
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
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);
}