progs/demos: set line width back to 1.0 in DrawBox()
This commit is contained in:
@@ -832,6 +832,7 @@ DrawBox(void)
|
||||
|
||||
glDisable(GL_LIGHTING);
|
||||
glDisable(GL_TEXTURE_2D);
|
||||
glLineWidth(1.0);
|
||||
|
||||
glColor3f(1, 1, 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user