summaryrefslogtreecommitdiff
path: root/progs/glsl
diff options
context:
space:
mode:
Diffstat (limited to 'progs/glsl')
-rw-r--r--progs/glsl/identity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/glsl/identity.c b/progs/glsl/identity.c
index dce140fc64..37579eb346 100644
--- a/progs/glsl/identity.c
+++ b/progs/glsl/identity.c
@@ -22,7 +22,7 @@ static GLuint fragShader;
static GLuint vertShader;
static GLuint program;
static GLint win = 0;
-static GLboolean anim = GL_TRUE;
+static GLboolean anim = GL_FALSE;
static GLfloat xRot = 0.0f, yRot = 0.0f;
static int w,h;