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

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;
}
}