diff options
| author | Juan Linietsky | 2017-08-20 23:42:54 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-08-20 23:42:54 -0300 |
| commit | 533014b88c964044441dc04dce6e757b0776de97 (patch) | |
| tree | 2a31350e0a9509fbd9b7501fdf8fd494dd61f7ec /editor/editor_run.cpp | |
| parent | 0bdbe370bf68a42cf41f3dbe68a094a9a982c7d9 (diff) | |
| download | godot-533014b88c964044441dc04dce6e757b0776de97.tar.gz godot-533014b88c964044441dc04dce6e757b0776de97.tar.zst godot-533014b88c964044441dc04dce6e757b0776de97.zip | |
Diffstat (limited to 'editor/editor_run.cpp')
| -rw-r--r-- | editor/editor_run.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/editor_run.cpp b/editor/editor_run.cpp index e1ef20255..08f119aff 100644 --- a/editor/editor_run.cpp +++ b/editor/editor_run.cpp @@ -54,8 +54,8 @@ Error EditorRun::run(const String &p_scene, const String p_custom_args, const Li args.push_back(remote_host + ":" + String::num(remote_port)); } - args.push_back("-epid"); - args.push_back(String::num(OS::get_singleton()->get_process_id())); + args.push_back("-allow_focus_steal_pid"); + args.push_back(itos(OS::get_singleton()->get_process_id())); if (debug_collisions) { args.push_back("-debugcol"); |
