mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-17 19:10:36 +02:00
progs/demos: set line width back to 1.0 in DrawBox()
This commit is contained in:
parent
6a191b2713
commit
2649d64fee
1 changed files with 1 additions and 0 deletions
|
|
@ -832,6 +832,7 @@ DrawBox(void)
|
|||
|
||||
glDisable(GL_LIGHTING);
|
||||
glDisable(GL_TEXTURE_2D);
|
||||
glLineWidth(1.0);
|
||||
|
||||
glColor3f(1, 1, 1);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue