Skip to content

Commit

Permalink
Fix for loop range bug: godotengine#37358
Browse files Browse the repository at this point in the history
  • Loading branch information
ThakeeNathees committed Mar 27, 2020
1 parent ed9a0d0 commit 0b5bad7
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 @@ -3113,7 +3113,6 @@ void GDScriptParser::_parse_block(BlockNode *p_block, bool p_static) {
}
} else {
constant = false;
break;
}
}

Expand Down

0 comments on commit 0b5bad7

Please sign in to comment.