Fix for loop range bug: #37358

(cherry picked from commit 0b5bad78c0)
This commit is contained in:
Thakee Nathees
2020-04-06 20:58:21 +02:00
committed by Rémi Verschelde
parent e88cfedf0e
commit df87601c88
-1
View File
@@ -3114,7 +3114,6 @@ void GDScriptParser::_parse_block(BlockNode *p_block, bool p_static) {
}
} else {
constant = false;
break;
}
}