diff options
| author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-04-06 04:34:09 +0000 |
|---|---|---|
| committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-04-06 04:34:09 +0000 |
| commit | e099ce85ca5b30c9eb04f751fe54bdb7dae4a5d2 (patch) | |
| tree | 19b5e6d942b745d73757267e96eec6d45570834e /progs/demos | |
| parent | dc32eb8f93a884064e04f63eed8e557c54c43ea3 (diff) | |
re-enable animation
Diffstat (limited to 'progs/demos')
| -rw-r--r-- | progs/demos/shadowtex.c | 2 |
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; |
