Fix for loop range bug: #37358
This commit is contained in:
Rémi Verschelde
2020-03-28 17:39:36 +01:00
committed by GitHub

View File

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