Fix for loop range bug: #37358
This commit is contained in:
Rémi Verschelde 2020-03-28 17:39:36 +01:00 committed by GitHub
commit 0ecca1abd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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