Add missing flag for exported enum
This commit is contained in:
parent
89dd51d433
commit
30d473689c
1 changed files with 1 additions and 0 deletions
|
@ -4353,6 +4353,7 @@ void GDScriptParser::_parse_class(ClassNode *p_class) {
|
|||
|
||||
current_export.type = Variant::INT;
|
||||
current_export.hint = is_flags ? PROPERTY_HINT_FLAGS : PROPERTY_HINT_ENUM;
|
||||
current_export.usage |= PROPERTY_USAGE_SCRIPT_VARIABLE;
|
||||
Dictionary enum_values = constant;
|
||||
|
||||
List<Variant> keys;
|
||||
|
|
Loading…
Reference in a new issue