Fix project settings reloading
This commit is contained in:
parent
705b7a0b0b
commit
f08a7e32c8
1 changed files with 1 additions and 1 deletions
|
@ -1175,7 +1175,7 @@ void EditorNode::_reload_modified_scenes() {
|
|||
}
|
||||
|
||||
void EditorNode::_reload_project_settings() {
|
||||
ProjectSettings::get_singleton()->setup(ProjectSettings::get_singleton()->get_resource_path(), String(), true);
|
||||
ProjectSettings::get_singleton()->setup(ProjectSettings::get_singleton()->get_resource_path(), String(), true, true);
|
||||
}
|
||||
|
||||
void EditorNode::_vp_resized() {
|
||||
|
|
Loading…
Reference in a new issue