Browse Source

Merge pull request #37364 from ThakeeNathees/fix-forloop-range-bug-#37358

Fix for loop range bug: #37358
Rémi Verschelde 5 years ago
parent
commit
0ecca1abd0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      modules/gdscript/gdscript_parser.cpp

+ 0 - 1
modules/gdscript/gdscript_parser.cpp

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