summaryrefslogtreecommitdiff
path: root/progs/demos/shadowtex.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-04-06 04:34:09 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-04-06 04:34:09 +0000
commite099ce85ca5b30c9eb04f751fe54bdb7dae4a5d2 (patch)
tree19b5e6d942b745d73757267e96eec6d45570834e /progs/demos/shadowtex.c
parentdc32eb8f93a884064e04f63eed8e557c54c43ea3 (diff)
re-enable animation
Diffstat (limited to 'progs/demos/shadowtex.c')
-rw-r--r--progs/demos/shadowtex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/shadowtex.c b/progs/demos/shadowtex.c
index 49dd8cbcc9..b32fb45b4f 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;