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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-06-17 04:09:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-06-17 04:09:08 +0300
commit41e22cccee2ceacabd40143e7e865fb0af252e9d (patch)
treeb9bdebe2faf64d048379767f54495278dca536f1 /source
parentaeeebacd6a2ac6abbfe10af65c94923c39de754b (diff)
Camera widget only drew 3 sides
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/manipulator_library/arrow3d_manipulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/manipulator_library/arrow3d_manipulator.c b/source/blender/editors/manipulator_library/arrow3d_manipulator.c
index 10d5295edc5..9e38945628f 100644
--- a/source/blender/editors/manipulator_library/arrow3d_manipulator.c
+++ b/source/blender/editors/manipulator_library/arrow3d_manipulator.c
@@ -125,7 +125,7 @@ static void arrow_draw_geom(const ArrowManipulator3D *arrow, const bool select,
};
glLineWidth(arrow->manipulator.line_width);
- wm_manipulator_vec_draw(color, vec, ARRAY_SIZE(vec), pos, PRIM_LINE_STRIP);
+ wm_manipulator_vec_draw(color, vec, ARRAY_SIZE(vec), pos, PRIM_LINE_LOOP);
}
else {
#ifdef USE_MANIPULATOR_CUSTOM_ARROWS