summaryrefslogtreecommitdiff
path: root/progs/demos/gltestperf.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/demos/gltestperf.c')
-rw-r--r--progs/demos/gltestperf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/demos/gltestperf.c b/progs/demos/gltestperf.c
index be953901014..2188b024192 100644
--- a/progs/demos/gltestperf.c
+++ b/progs/demos/gltestperf.c
@@ -569,6 +569,7 @@ main(int ac, char **av)
if (ac == 2)
frontbuffer = 0;
+ glutInit(&ac, av);
glutInitDisplayMode(GLUT_DOUBLE | GLUT_RGB | GLUT_DEPTH);
glutInitWindowPosition(0, 0);
glutInitWindowSize(640, 480);