You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-05 17:15:09 +00:00
GDScript: Allow for iterator to be rededefined
This commit is contained in:
@@ -3057,7 +3057,6 @@ void GDScriptParser::_parse_block(BlockNode *p_block, bool p_static) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
DataType iter_type;
|
DataType iter_type;
|
||||||
iter_type.is_constant = true;
|
|
||||||
|
|
||||||
if (container->type == Node::TYPE_OPERATOR) {
|
if (container->type == Node::TYPE_OPERATOR) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user