Fix for loop range bug: #37358

This commit is contained in:
Thakee Nathees 2020-03-28 02:20:58 +05:30
parent ed9a0d0484
commit 0b5bad78c0

View file

@ -3113,7 +3113,6 @@ void GDScriptParser::_parse_block(BlockNode *p_block, bool p_static) {
}
} else {
constant = false;
break;
}
}