Skip to content
Snippets Groups Projects
Commit c4f74ea2 authored by Jonathan Kunstwald's avatar Jonathan Kunstwald
Browse files

Start in fullscreen by default

parent 1025bcf9
No related branches found
No related tags found
No related merge requests found
......@@ -285,7 +285,6 @@ void FlockApp::init()
setUsePipelineConfigGui(false);
setTitle("Flock");
GlfwApp::init();
}
......@@ -361,6 +360,8 @@ void FlockApp::init()
startupGameCore();
startupGameLogic();
}
toggleFullscreen();
}
void FlockApp::update(float)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment