From 2ecda48bd1cc16b2e5e3e1ebb05098e191121aad Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 18 Jul 2025 15:49:12 -0400 Subject: libpke-editor: shared lib + load as plugin working --- editor/editor-main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'editor/editor-main.cpp') diff --git a/editor/editor-main.cpp b/editor/editor-main.cpp index 9bb6d8f..541e11f 100644 --- a/editor/editor-main.cpp +++ b/editor/editor-main.cpp @@ -22,8 +22,6 @@ int main(int argc, char *argv[]) { struct pk_membucket *bkt_editor = pk_mem_bucket_create("pke-editor", 2048, PK_MEMBUCKET_FLAG_NONE); // setup { - pkeSettings.isSimulationPaused = true; - pkeSettings.isShowingEditor = true; PKEPluginInterface itfc; itfc.OnInit = PkeEditor_Init; itfc.OnTick = PkeEditor_Tick; -- cgit v1.2.3