diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2003-05-01 06:54:21 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2003-05-01 06:54:21 +0000 |
commit | b899261af6898835d230686304b055f301b3cd0d (patch) | |
tree | a164fcaae7debd27a98e161edfe2a5352431eb11 | |
parent | 58cc2c6f336528182f12942a35f7ce08da7e1df2 (diff) |
Animate by default
-rw-r--r-- | progs/tests/texline.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/tests/texline.c b/progs/tests/texline.c index c274939e24..c44790e930 100644 --- a/progs/tests/texline.c +++ b/progs/tests/texline.c @@ -1,4 +1,4 @@ -/* $Id: texline.c,v 1.4.6.1 2003/03/22 08:46:22 keithw Exp $ */ +/* $Id: texline.c,v 1.4.6.2 2003/05/01 06:54:21 keithw Exp $ */ /* * Test textured lines. @@ -17,7 +17,7 @@ #define TEXTURE_FILE "../images/girl.rgb" static GLboolean Antialias = GL_FALSE; -static GLboolean Animate = GL_FALSE; +static GLboolean Animate = GL_TRUE; static GLint Texture = 1; static GLboolean Stipple = GL_FALSE; static GLfloat LineWidth = 1.0; |