Skip to content

Commit

Permalink
Missed a line in q3e merge win_glimp
Browse files Browse the repository at this point in the history
  • Loading branch information
ensiform committed Oct 4, 2018
1 parent 6c130fe commit d656dce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/win32/win_glimp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1484,8 +1484,7 @@ void GLimp_Shutdown( qboolean unloadDLL )
// reset display settings
if ( glw_state.cdsFullscreen )
{
Com_Printf( "...resetting display\n" );
ResetDisplaySettings();
ResetDisplaySettings( qtrue );
glw_state.cdsFullscreen = qfalse;
}

Expand Down

0 comments on commit d656dce

Please sign in to comment.