Commit dcc4ee21 by Rémi Verschelde

Revert expression reduction from #7390

Fixes #7412.
parent c9366f8b
......@@ -2023,7 +2023,7 @@ void GDParser::_parse_block(BlockNode *p_block,bool p_static) {
} break;
default: {
Node *expression = _parse_and_reduce_expression(p_block,p_static,true,true);
Node *expression = _parse_and_reduce_expression(p_block,p_static,false,true);
if (!expression) {
if (_recover_from_completion()) {
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment