mesa: revert accidental change to fslight.c demo
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 15 Oct 2008 16:23:14 +0000 (10:23 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 15 Oct 2008 16:54:57 +0000 (10:54 -0600)
progs/demos/fslight.c

index c7931f4..e79b5cc 100644 (file)
@@ -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;