Fix for loop range bug: #37358

(cherry picked from commit 0b5bad78c0)
This commit is contained in:
Thakee Nathees 2020-03-28 02:20:58 +05:30 committed by Rémi Verschelde
parent e88cfedf0e
commit df87601c88
1 changed files with 0 additions and 1 deletions

View File

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