We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a794aef commit fc985b1Copy full SHA for fc985b1
1 file changed
Source/Window.cpp
@@ -83,6 +83,10 @@ bool cWindow::InitWindow( const std::string& pWindowTitle ) {
83
ToggleFullscreen();
84
CalculateWindowSize();
85
}
86
+ else {
87
+ ToggleFullscreen();
88
89
+ }
90
91
92
return true;
0 commit comments