Merge pull request #105103 from runzh-crypto/validate_custom_directory_v2
Validate custom directory when running from editor
This commit is contained in:
commit
c53e3b1723
2 changed files with 4 additions and 5 deletions
|
|
@ -5702,11 +5702,6 @@ bool EditorNode::ensure_main_scene(bool p_from_native) {
|
|||
return false;
|
||||
}
|
||||
|
||||
if (!EditorNode::validate_custom_directory()) {
|
||||
current_menu_option = -1;
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue