De-duplicate name and inherits StringName properties from ClassDB::ClassInfo, in favour of GDType.
This commit is contained in:
@@ -1585,7 +1585,7 @@ void ScriptTextEditor::_update_connected_methods() {
|
||||
if (base_class_ptr == nullptr) {
|
||||
break;
|
||||
}
|
||||
base_class = base_class_ptr->name;
|
||||
base_class = base_class_ptr->gdtype->get_name();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user