Skip to content

Commit

Permalink
Fix for loop range bug: #37358
Browse files Browse the repository at this point in the history
(cherry picked from commit 0b5bad7)
  • Loading branch information
ThakeeNathees authored and akien-mga committed Apr 6, 2020
1 parent e88cfed commit df87601
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/gdscript/gdscript_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3114,7 +3114,6 @@ void GDScriptParser::_parse_block(BlockNode *p_block, bool p_static) {
}
} else {
constant = false;
break;
}
}

Expand Down

0 comments on commit df87601

Please sign in to comment.