Merge pull request #65065 from Atlinx/fix/65010_enum-doesnt-show-up
This commit is contained in:
commit
6843a484ff
1 changed files with 1 additions and 0 deletions
|
@ -2726,6 +2726,7 @@ void GDScriptAnalyzer::reduce_identifier_from_base(GDScriptParser::IdentifierNod
|
||||||
result.builtin_type = Variant::INT;
|
result.builtin_type = Variant::INT;
|
||||||
result.native_type = base.native_type;
|
result.native_type = base.native_type;
|
||||||
result.enum_type = base.enum_type;
|
result.enum_type = base.enum_type;
|
||||||
|
result.enum_values = base.enum_values;
|
||||||
p_identifier->set_datatype(result);
|
p_identifier->set_datatype(result);
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue