remove stray glBegin() during transform that caused a glError

This commit is contained in:
Campbell Barton
2013-01-04 09:35:38 +00:00
parent b94a5d59bf
commit 03044290ce

View File

@@ -1518,7 +1518,6 @@ static void drawHelpline(bContext *UNUSED(C), int x, int y, void *customdata)
glTranslatef(mval[0], mval[1], 0);
glLineWidth(3.0);
glBegin(GL_LINES);
drawArrow(UP, 5, 10, 5);
drawArrow(DOWN, 5, 10, 5);
glLineWidth(1.0);