From: Brian Paul Date: Thu, 6 Apr 2006 04:34:09 +0000 (+0000) Subject: re-enable animation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e099ce85ca5b30c9eb04f751fe54bdb7dae4a5d2;p=mesa.git re-enable animation --- diff --git a/progs/demos/shadowtex.c b/progs/demos/shadowtex.c index 49dd8cbcc9c..b32fb45b4fa 100644 --- a/progs/demos/shadowtex.c +++ b/progs/demos/shadowtex.c @@ -61,7 +61,7 @@ static GLboolean LinearFilter = GL_FALSE; static GLfloat Bias = -0.06; -static GLboolean Anim = GL_FALSE; +static GLboolean Anim = GL_TRUE; static GLboolean NeedNewShadowMap = GL_FALSE; static GLuint ShadowTexture, GrayTexture;