You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Merge pull request #100933 from Synzorasize/fix_100889
Fix parsing Resource type as value type of a Dictionary
This commit is contained in:
@@ -1224,7 +1224,7 @@ Error VariantParser::parse_value(Token &token, Variant &value, Stream *p_stream,
|
|||||||
r_err_str = String();
|
r_err_str = String();
|
||||||
value_type = Variant::OBJECT;
|
value_type = Variant::OBJECT;
|
||||||
value_class_name = token.value;
|
value_class_name = token.value;
|
||||||
got_comma_token = true;
|
got_bracket_token = true;
|
||||||
} else {
|
} else {
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user