Browse Source

Fix for loop range bug: #37358

(cherry picked from commit 0b5bad78c01a1a1d86853f660b98757908c4708c)
Thakee Nathees 5 years ago
parent
commit
df87601c88
1 changed files with 0 additions and 1 deletions
  1. 0 1
      modules/gdscript/gdscript_parser.cpp

+ 0 - 1
modules/gdscript/gdscript_parser.cpp

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