Module: Mesa Branch: master Commit: 2649d64fee6f67f0bdb1630869d82baa1636fca2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2649d64fee6f67f0bdb1630869d82baa1636fca2
Author: Brian Paul <[email protected]> Date: Tue May 4 13:01:09 2010 -0600 progs/demos: set line width back to 1.0 in DrawBox() --- progs/demos/engine.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/progs/demos/engine.c b/progs/demos/engine.c index a414835..ee7d5c1 100644 --- 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); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
