Removed linewidth 2 from constraintlines

This commit is contained in:
Ton Roosendaal 2005-05-02 19:47:50 +00:00
parent 9eb5eee92e
commit cdca939c2c

@ -366,12 +366,10 @@ void drawLine(float *center, float *dir, char axis, short options)
glColor3ubv(col2);
setlinestyle(0);
glLineWidth(2.0);
glBegin(GL_LINE_STRIP);
glVertex3fv(v1);
glVertex3fv(v2);
glEnd();
glLineWidth(1.0);
myloadmatrix(G.vd->viewmat);
}