1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Fix for loop range bug: #37358

(cherry picked from commit 0b5bad78c0)
This commit is contained in:
Thakee Nathees
2020-03-28 02:20:58 +05:30
committed by Rémi Verschelde
parent e88cfedf0e
commit df87601c88

View File

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