From c3c4d351f8ccfc678aaa2de458326a11884aef19 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 7 Nov 2025 11:43:56 -0500 Subject: pke: split up Game_Main and pass plugins to init --- editor/editor.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'editor') 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(); } } -- cgit v1.2.3