You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-01 16:38:31 +00:00
@@ -1223,7 +1223,9 @@ GDScriptParser::Node *GDScriptParser::_parse_expression(Node *p_parent, bool p_s
|
|||||||
|
|
||||||
tokenizer->advance(1);
|
tokenizer->advance(1);
|
||||||
|
|
||||||
|
parenthesis++;
|
||||||
Node *subexpr = _parse_expression(op, p_static, p_allow_assign, p_parsing_constant);
|
Node *subexpr = _parse_expression(op, p_static, p_allow_assign, p_parsing_constant);
|
||||||
|
parenthesis--;
|
||||||
if (!subexpr) {
|
if (!subexpr) {
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user