Go fullscreen on startup

This commit is contained in:
Yoz Grahame 2012-11-28 16:28:14 -08:00
parent 721d4e9b1c
commit 50b020ed96

View file

@ -242,6 +242,7 @@ void initDisplay(void)
glEnable(GL_DEPTH_TEST);
load_png_as_texture(texture_filename);
glutFullScreen();
}
void init(void)