From: Brian Paul Date: Tue, 4 May 2010 19:01:09 +0000 (-0600) Subject: progs/demos: set line width back to 1.0 in DrawBox() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2649d64fee6f67f0bdb1630869d82baa1636fca2;p=mesa.git progs/demos: set line width back to 1.0 in DrawBox() --- diff --git a/progs/demos/engine.c b/progs/demos/engine.c index a4148357d49..ee7d5c154a9 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);