mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
validate any form of running project
This commit is contained in:
parent
a210fe6dbd
commit
e57eeb14bc
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