OSDN Git Service

mesa: don't continually redraw
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 29 Oct 2008 00:18:31 +0000 (18:18 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 29 Oct 2008 00:18:31 +0000 (18:18 -0600)
progs/glsl/identity.c

index dce140f..37579eb 100644 (file)
@@ -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;