1
0
Fork 0
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
1 changed files with 0 additions and 1 deletions

View File

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