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 #21021 from DualMatrix/new_node_warning
Fixed error spam in create node dialog with custom types.
This commit is contained in:
@@ -333,7 +333,7 @@ void CreateDialog::_update_search() {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
type = ClassDB::get_parent_class(type);
|
type = cpp_type ? ClassDB::get_parent_class(type) : ed.script_class_get_base(type);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (found)
|
if (found)
|
||||||
|
|||||||
Reference in New Issue
Block a user