mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Go fullscreen on startup
This commit is contained in:
parent
a70c6225c2
commit
b78cc04bf5
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