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>2013-06-25 14:44:30 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-06-25 14:44:30 +0400
commit37f59451889d64e588ace4f16f7eebd085d8147a (patch)
tree6ae91a0e777b02286a0e59e9405a0aac068c76b1 /source/blender/editors/transform/transform_manipulator.c
parent02bcfa19509c900d40e9ee3edada8cf068ea32a2 (diff)
style cleanup
Diffstat (limited to 'source/blender/editors/transform/transform_manipulator.c')
-rw-r--r--source/blender/editors/transform/transform_manipulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/transform/transform_manipulator.c b/source/blender/editors/transform/transform_manipulator.c
index 8972229d618..5059e3bcc40 100644
--- a/source/blender/editors/transform/transform_manipulator.c
+++ b/source/blender/editors/transform/transform_manipulator.c
@@ -1651,7 +1651,7 @@ void BIF_draw_manipulator(const bContext *C)
if (v3d->twtype & V3D_MANIP_ROTATE) {
if (G.debug_value == 3) {
- if (G.moving & (G_TRANSFORM_OBJ|G_TRANSFORM_EDIT))
+ if (G.moving & (G_TRANSFORM_OBJ | G_TRANSFORM_EDIT))
draw_manipulator_rotate_cyl(v3d, rv3d, 1, drawflags, v3d->twtype, MAN_MOVECOL);
else
draw_manipulator_rotate_cyl(v3d, rv3d, 0, drawflags, v3d->twtype, MAN_RGB);