mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
GDScript: Allow for iterator to be rededefined
This commit is contained in:
parent
a1e73dcc94
commit
b24cb92240
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue