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.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'editor/editor.cpp') diff --git a/editor/editor.cpp b/editor/editor.cpp index 094e555..c9c673b 100644 --- a/editor/editor.cpp +++ b/editor/editor.cpp @@ -1953,6 +1953,9 @@ void PkeEditor_Teardown() { } void PkeEditor_Init() { + pkeSettings.isSimulationPaused = true; + pkeSettings.isShowingEditor = true; + PkeInputSet debugControlsSet{}; debugControlsSet.title = "debug-editor-controls"; debugControlsSet.actionCount = 14; -- cgit v1.2.3