mesa: revert accidental change to fslight.c demo

This commit is contained in:
Brian Paul 2008-10-15 10:23:14 -06:00
parent 13f46fa1b9
commit b261ed1f61

View 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;