Fix slight issues with autocompletion and member lists in GDScript
Fixes #27152 Fixes #28591
This commit is contained in:
parent
46b6fb83ef
commit
f9d9530902
2 changed files with 2 additions and 2 deletions
|
|
@ -1951,7 +1951,7 @@ static void _find_identifiers_in_base(const GDScriptCompletionContext &p_context
|
|||
} else {
|
||||
base_type.has_type = script->get_instance_base_type() != StringName();
|
||||
base_type.kind = GDScriptParser::DataType::NATIVE;
|
||||
base_type.script_type = script->get_instance_base_type();
|
||||
base_type.native_type = script->get_instance_base_type();
|
||||
}
|
||||
} else {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue