mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
Animate by default
This commit is contained in:
parent
58cc2c6f33
commit
b899261af6
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue