parent
c9366f8b56
commit
dcc4ee21c1
1 changed files with 1 additions and 1 deletions
|
@ -2023,7 +2023,7 @@ void GDParser::_parse_block(BlockNode *p_block,bool p_static) {
|
||||||
} break;
|
} break;
|
||||||
default: {
|
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 (!expression) {
|
||||||
if (_recover_from_completion()) {
|
if (_recover_from_completion()) {
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue