progs/demos: set line width back to 1.0 in DrawBox()

This commit is contained in:
Brian Paul
2010-05-04 13:01:09 -06:00
parent 6a191b2713
commit 2649d64fee
+1
View File
@@ -832,6 +832,7 @@ DrawBox(void)
glDisable(GL_LIGHTING);
glDisable(GL_TEXTURE_2D);
glLineWidth(1.0);
glColor3f(1, 1, 1);