Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-08-19 07:45:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-08-19 07:45:21 +0300
commit638fa188b79b182033351f0fcc65212c59f4de04 (patch)
tree667d85817c2433e8a71d64ce167b304e809d9147 /source/blender/blenkernel
parentd3bf4929de0a908760bf2d3fdac336cacd08c5bd (diff)
parent04ca28a6e078f061b2bd312b02c7823e849fe164 (diff)
Merge branch 'blender-v2.90-release' into master
Diffstat (limited to 'source/blender/blenkernel')
-rw-r--r--source/blender/blenkernel/intern/unit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/unit.c b/source/blender/blenkernel/intern/unit.c
index 8414f93ddaa..9b78c9e5fc3 100644
--- a/source/blender/blenkernel/intern/unit.c
+++ b/source/blender/blenkernel/intern/unit.c
@@ -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. */