You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
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);
|
||||
|
||||
if (!paste_valid) {
|
||||
if (paste_valid) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user