diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-12-04 11:07:10 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-12-04 11:07:10 -0500 |
| commit | 78d07f005876cdfd3caf8144c455e8ae9ff77d76 (patch) | |
| tree | 59d79689214e9de46eda68d26e7040c91c33c178 /editor/editor-main.cpp | |
| parent | c2d51783d5b9f17b4bbf624c33ba4ceb584aa4f5 (diff) | |
pke: actual exe path, child process launch tweaks
Diffstat (limited to 'editor/editor-main.cpp')
| -rw-r--r-- | editor/editor-main.cpp | 2 |
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; |
