mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
mesa: don't continually redraw
This commit is contained in:
parent
db680ac0e3
commit
0a8590e3cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue