From: Brian Paul Date: Wed, 15 Oct 2008 16:23:14 +0000 (-0600) Subject: mesa: revert accidental change to fslight.c demo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b261ed1f613dc8c13c69d8770afd6cb9ebec3cca;p=mesa.git mesa: revert accidental change to fslight.c demo --- diff --git a/progs/demos/fslight.c b/progs/demos/fslight.c index c7931f4697e..e79b5cc1970 100644 --- a/progs/demos/fslight.c +++ b/progs/demos/fslight.c @@ -45,7 +45,7 @@ static GLint uTexture; static GLuint SphereList, RectList, CurList; static GLint win = 0; -static GLboolean anim = 0*GL_TRUE; +static GLboolean anim = GL_TRUE; static GLboolean wire = GL_FALSE; static GLboolean pixelLight = GL_TRUE;