Fix for loop range bug: #37358
This commit is contained in:
@ -3113,7 +3113,6 @@ void GDScriptParser::_parse_block(BlockNode *p_block, bool p_static) {
|
||||
}
|
||||
} else {
|
||||
constant = false;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user