summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-11-07 11:43:56 -0500
committerJonathan Bradley <jcb@pikum.xyz>2025-11-07 12:26:15 -0500
commitc3c4d351f8ccfc678aaa2de458326a11884aef19 (patch)
tree11c74d89da371667858f17139df55896a3ade67c /editor
parent5da699cff8a39bf1dc41b2d302c3e9c202496971 (diff)
pke: split up Game_Main and pass plugins to init
Diffstat (limited to 'editor')
-rw-r--r--editor/editor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor.cpp b/editor/editor.cpp
index 2c66c8c..2a53b61 100644
--- a/editor/editor.cpp
+++ b/editor/editor.cpp
@@ -2233,7 +2233,6 @@ void PkeEditor_RecordImGui() {
RecordImGuiEntityTypes();
RecordImGuiAssets();
RecordImGuiPlayerInput();
- Game_RecordImGui();
}
}