From df017f7867ebb4a7a9c78f77d2b9deb2ffd54278 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 17 Jun 2017 06:13:44 +1000 Subject: Manipulator: New grab preset, use for bisect --- source/blender/editors/manipulator_library/arrow3d_manipulator.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/manipulator_library/arrow3d_manipulator.c') 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); -- cgit v1.2.3