From e4298b94927f12c4710443ede1b50a325103ac72 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 24 Oct 2006 20:50:08 +0000 Subject: Add missing call to glutInit. --- progs/demos/cubemap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'progs') diff --git a/progs/demos/cubemap.c b/progs/demos/cubemap.c index 0a59b98983..ef5d235550 100644 --- a/progs/demos/cubemap.c +++ b/progs/demos/cubemap.c @@ -454,6 +454,7 @@ static void usage(void) int main( int argc, char *argv[] ) { + glutInit(&argc, argv); glutInitWindowPosition(0, 0); glutInitWindowSize(600, 500); glutInitDisplayMode( GLUT_RGB | GLUT_DEPTH | GLUT_DOUBLE ); -- cgit v1.2.3