projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a191b2
)
progs/demos: set line width back to 1.0 in DrawBox()
author
Brian Paul
<brianp@vmware.com>
Tue, 4 May 2010 19:01:09 +0000
(13:01 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 4 May 2010 23:17:04 +0000
(17:17 -0600)
progs/demos/engine.c
patch
|
blob
|
history
diff --git
a/progs/demos/engine.c
b/progs/demos/engine.c
index a4148357d49031a14b0aeeda671729e41727ad77..ee7d5c154a9c1e04d223bf6741be201bfb365cc8 100644
(file)
--- a/
progs/demos/engine.c
+++ b/
progs/demos/engine.c
@@
-832,6
+832,7
@@
DrawBox(void)
glDisable(GL_LIGHTING);
glDisable(GL_TEXTURE_2D);
+ glLineWidth(1.0);
glColor3f(1, 1, 1);