mirror of
https://github.com/godotengine/godot.git
synced 2024-11-26 22:23:04 +00:00
parent
a1b282cc16
commit
92664f03a9
@ -1223,7 +1223,9 @@ GDScriptParser::Node *GDScriptParser::_parse_expression(Node *p_parent, bool p_s
|
||||
|
||||
tokenizer->advance(1);
|
||||
|
||||
parenthesis++;
|
||||
Node *subexpr = _parse_expression(op, p_static, p_allow_assign, p_parsing_constant);
|
||||
parenthesis--;
|
||||
if (!subexpr) {
|
||||
return nullptr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user