mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
Merge pull request #4857 from akien-mga/pr-fix-pm-base-dir
Editor: Fix base dir when going back to project manager
This commit is contained in:
commit
d9e8652893
@ -2732,8 +2732,8 @@ void EditorNode::_menu_option_confirm(int p_option,bool p_confirmed) {
|
||||
String exec = OS::get_singleton()->get_executable_path();
|
||||
|
||||
List<String> args;
|
||||
//args.push_back ( "-path" );
|
||||
//args.push_back (exec.get_base_dir() );
|
||||
args.push_back("-path");
|
||||
args.push_back(exec.get_base_dir());
|
||||
args.push_back("-pm");
|
||||
|
||||
OS::ProcessID pid=0;
|
||||
|
Loading…
Reference in New Issue
Block a user