From 78d07f005876cdfd3caf8144c455e8ae9ff77d76 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 4 Dec 2025 11:07:10 -0500 Subject: pke: actual exe path, child process launch tweaks --- editor/editor-main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/editor-main.cpp') 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; -- cgit v1.2.3