Merge pull request #66795 from manueldun/loadSavedMaterial

fix error dialog from appearing after loading material res
This commit is contained in:
Rémi Verschelde 2022-10-03 09:30:11 +02:00
commit 4e237ed9ef

View file

@ -155,7 +155,7 @@ void EditorResourcePicker::_file_selected(const String &p_path) {
any_type_matches = is_global_class ? EditorNode::get_editor_data().script_class_is_parent(res_type, base) : loaded_resource->is_class(base);
if (!any_type_matches) {
if (any_type_matches) {
break;
}
}