From: Brian Paul Date: Wed, 15 Oct 2008 16:23:14 +0000 (-0600) Subject: mesa: revert accidental change to fslight.c demo X-Git-Tag: 062012170305~17580^2~496^2~453 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b261ed1f613dc8c13c69d8770afd6cb9ebec3cca;p=profile%2Fivi%2Fmesa.git mesa: revert accidental change to fslight.c demo --- diff --git a/progs/demos/fslight.c b/progs/demos/fslight.c index c7931f4..e79b5cc 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;