mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 12:04:25 +02:00
Go fullscreen on startup
This commit is contained in:
parent
721d4e9b1c
commit
50b020ed96
1 changed files with 1 additions and 0 deletions
1
main.cpp
1
main.cpp
|
@ -242,6 +242,7 @@ void initDisplay(void)
|
|||
glEnable(GL_DEPTH_TEST);
|
||||
|
||||
load_png_as_texture(texture_filename);
|
||||
glutFullScreen();
|
||||
}
|
||||
|
||||
void init(void)
|
||||
|
|
Loading…
Reference in a new issue