3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-26 09:35:31 +02:00

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)