diff options
author | Xavier Bachelot <[email protected]> | 2007-07-06 12:56:21 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-07-06 12:56:21 -0600 |
commit | f98bdfca574478837b33c97d131dad4833e3ee12 (patch) | |
tree | d8fd034951c7954669adbe0fa264c8824bbea9ad /progs/demos/gltestperf.c | |
parent | ffa2659204121f703208782ff225a22e0c21b173 (diff) |
call glutInit(), bug 11486
Diffstat (limited to 'progs/demos/gltestperf.c')
-rw-r--r-- | progs/demos/gltestperf.c | 1 |
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); |