You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Merge pull request #67651 from KoBeWi/❗_of_damnation
Fix double hint paste in EditorResourcePicker
This commit is contained in:
@@ -256,7 +256,7 @@ void EditorResourcePicker::_update_menu_items() {
|
|||||||
|
|
||||||
paste_valid = ClassDB::is_parent_class(res_type, base) || EditorNode::get_editor_data().script_class_is_parent(res_type, base);
|
paste_valid = ClassDB::is_parent_class(res_type, base) || EditorNode::get_editor_data().script_class_is_parent(res_type, base);
|
||||||
|
|
||||||
if (!paste_valid) {
|
if (paste_valid) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user