1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

GDScript: Allow for iterator to be rededefined

This commit is contained in:
George Marques
2019-03-03 21:39:42 -03:00
parent a1e73dcc94
commit b24cb92240

View File

@@ -3057,7 +3057,6 @@ void GDScriptParser::_parse_block(BlockNode *p_block, bool p_static) {
}
DataType iter_type;
iter_type.is_constant = true;
if (container->type == Node::TYPE_OPERATOR) {