aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEhsan Akhgari <ehsan.akhgari@gmail.com>2012-01-27 18:04:11 -0500
committerEhsan Akhgari <ehsan.akhgari@gmail.com>2012-01-27 18:04:11 -0500
commite254b0fdf6e011f497e4ec12743aecc572a1020c (patch)
tree0fdd26c9f491deb2510732e84c6867ef79dc4334
parent2c14079df5923a7c02b0c5a80cce54569ba754c5 (diff)
Disable the animation in the test to make it more robust
-rw-r--r--tests/hello_world_gles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hello_world_gles.c b/tests/hello_world_gles.c
index 23e9e881..4f2cb45c 100644
--- a/tests/hello_world_gles.c
+++ b/tests/hello_world_gles.c
@@ -715,7 +715,7 @@ main(int argc, char *argv[])
glutCreateWindow("es2gears");
/* Set up glut callback functions */
- glutIdleFunc(gears_idle);
+ gears_idle();
glutReshapeFunc(gears_reshape);
glutDisplayFunc(gears_draw);
glutSpecialFunc(gears_special);