De-duplicate name and inherits StringName properties from ClassDB::ClassInfo, in favour of GDType.

This commit is contained in:
Lukas Tenbrink
2026-03-15 15:23:29 +01:00
parent a596178702
commit 67f63addc1
7 changed files with 32 additions and 60 deletions
+1 -1
View File
@@ -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();
}
}