diff options
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; |
