Camera widget only drew 3 sides

This commit is contained in:
2017-06-17 11:09:08 +10:00
parent aeeebacd6a
commit 41e22cccee

View File

@@ -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