summaryrefslogtreecommitdiff
path: root/editor/editor-main.cpp
diff options
context:
space:
mode:
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;