Browse Source

Fix for loop range bug: #37358

Thakee Nathees 5 years ago
parent
commit
0b5bad78c0
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 {
 							} else {
 								constant = false;
 								constant = false;
-								break;
 							}
 							}
 						}
 						}