diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-07-18 15:49:12 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-07-18 15:49:12 -0400 |
| commit | 2ecda48bd1cc16b2e5e3e1ebb05098e191121aad (patch) | |
| tree | e77ba873ec58ee95ffeac825cd00b7d906b80b36 /editor/editor-main.cpp | |
| parent | 8fbeadda53243b701957a26dba1113d84ad5c7c4 (diff) | |
libpke-editor: shared lib + load as plugin working
Diffstat (limited to 'editor/editor-main.cpp')
| -rw-r--r-- | editor/editor-main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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; |
