summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editor/editor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor.cpp b/editor/editor.cpp
index 7bb972c..f5e0d8d 100644
--- a/editor/editor.cpp
+++ b/editor/editor.cpp
@@ -103,6 +103,7 @@ void PkeEditor_Tick(double delta) {
if (pid == 0) {
int status = -1;
const char *argv[] = {
+ "pke_runtime",
"--plugin", pkeSettings.args.pluginPath == nullptr ? "example.o" : pkeSettings.args.pluginPath,
"--project", pkeSettings.args.projectPath == nullptr ? PKE_PROJ_DEFAULT_FILENAME : pkeSettings.args.projectPath,
"--scene", pkeSettings.rt.sceneName == nullptr ? PKE_PROJ_DEFAULT_FILENAME : pkeSettings.rt.sceneName,