Skip to content

Commit

Permalink
Common: Fix launching into fullscreen mode with PC data
Browse files Browse the repository at this point in the history
  • Loading branch information
segrax committed Dec 14, 2018
1 parent a794aef commit fc985b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/Window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ bool cWindow::InitWindow( const std::string& pWindowTitle ) {
ToggleFullscreen();
CalculateWindowSize();
}
else {
ToggleFullscreen();
ToggleFullscreen();
}


return true;
Expand Down

0 comments on commit fc985b1

Please sign in to comment.