summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2003-05-01 06:54:21 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2003-05-01 06:54:21 +0000
commitb899261af6898835d230686304b055f301b3cd0d (patch)
treea164fcaae7debd27a98e161edfe2a5352431eb11
parent58cc2c6f336528182f12942a35f7ce08da7e1df2 (diff)
downloadmesa-b899261af6898835d230686304b055f301b3cd0d.tar.gz
Animate by default
-rw-r--r--progs/tests/texline.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/tests/texline.c b/progs/tests/texline.c
index c274939e249..c44790e930c 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;