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>2017-06-16 23:13:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-06-16 23:14:29 +0300
commitdf017f7867ebb4a7a9c78f77d2b9deb2ffd54278 (patch)
treeb14e7a239b0f5b91b5e2547445342d06266f60c1 /source/blender/editors/manipulator_library/arrow3d_manipulator.c
parent2b8d599b3a93c78661ff9a2c460b7144278409be (diff)
Manipulator: New grab preset, use for bisect
Diffstat (limited to 'source/blender/editors/manipulator_library/arrow3d_manipulator.c')
-rw-r--r--source/blender/editors/manipulator_library/arrow3d_manipulator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/manipulator_library/arrow3d_manipulator.c b/source/blender/editors/manipulator_library/arrow3d_manipulator.c
index c856374661f..431bccf379f 100644
--- a/source/blender/editors/manipulator_library/arrow3d_manipulator.c
+++ b/source/blender/editors/manipulator_library/arrow3d_manipulator.c
@@ -209,7 +209,6 @@ static void arrow_draw_intern(ArrowManipulator3D *arrow, const bool select, cons
gpuPushMatrix();
gpuMultMatrix(mat);
-
gpuTranslate3fv(arrow->manipulator.offset);
glEnable(GL_BLEND);