Merge branch 'blender-v2.90-release' into master

This commit is contained in:
Campbell Barton 2020-08-19 14:45:21 +10:00
commit 638fa188b7
1 changed files with 0 additions and 1 deletions

View File

@ -757,7 +757,6 @@ static char *find_next_op(const char *str, char *remaining_str, int len_max)
if (ch_is_op(remaining_str[i])) {
if (scientific_notation) {
scientific_notation = false;
continue;
}
/* Make sure we don't look backwards before the start of the string. */