Fix wrong base type when creating script

This commit is contained in:
kobewi
2026-02-02 22:59:57 +01:00
parent 3c5e561024
commit afdc1d6456

View File

@@ -492,7 +492,7 @@ void ScriptCreateDialog::_file_selected(const String &p_file) {
}
void ScriptCreateDialog::_create() {
parent_name->set_text(select_class->get_selected_type());
parent_name->set_text(select_class->get_selected_type_name());
_parent_name_changed(parent_name->get_text());
}