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>2015-03-19 12:34:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-03-19 12:34:02 +0300
commit52d72a37cd85dc8c23482d4102abb86645a221bb (patch)
treecbeb3e85d526779c2099043d2c2db1499f0057fd /source/blender/editors/object/object_shapekey.c
parentad95cb72bc6e76a2b3dc0996293bfb8379084e38 (diff)
Cleanup
Diffstat (limited to 'source/blender/editors/object/object_shapekey.c')
-rw-r--r--source/blender/editors/object/object_shapekey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/object/object_shapekey.c b/source/blender/editors/object/object_shapekey.c
index fb9687da6df..fb0b2ed231c 100644
--- a/source/blender/editors/object/object_shapekey.c
+++ b/source/blender/editors/object/object_shapekey.c
@@ -127,8 +127,8 @@ static bool ED_object_shape_key_remove(Main *bmain, Object *ob)
}
else if (rkb->relative >= ob->shapenr) {
/* Fix positional shift of the keys when kb is deleted from the list */
- rkb->relative -= 1;
- }
+ rkb->relative -= 1;
+ }
}
BLI_remlink(&key->block, kb);