summaryrefslogtreecommitdiff
path: root/editor/editor-main.cpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-12-04 11:07:10 -0500
committerJonathan Bradley <jcb@pikum.xyz>2025-12-04 11:07:10 -0500
commit78d07f005876cdfd3caf8144c455e8ae9ff77d76 (patch)
tree59d79689214e9de46eda68d26e7040c91c33c178 /editor/editor-main.cpp
parentc2d51783d5b9f17b4bbf624c33ba4ceb584aa4f5 (diff)
pke: actual exe path, child process launch tweaks
Diffstat (limited to 'editor/editor-main.cpp')
-rw-r--r--editor/editor-main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor-main.cpp b/editor/editor-main.cpp
index 541e11f..15f9245 100644
--- a/editor/editor-main.cpp
+++ b/editor/editor-main.cpp
@@ -33,7 +33,7 @@ int main(int argc, char *argv[]) {
}
// run
PkeArgs_Parse(argc, argv);
- Game_Main({}, argv[0]);
+ Game_Main({});
pk_mem_bucket_destroy(bkt_editor);
fprintf(stdout, "PKE_EDITOR EXITING\n");
return 0;