diff --git a/code/win32/win_glimp.cpp b/code/win32/win_glimp.cpp index 3d6c046..e8adabb 100644 --- a/code/win32/win_glimp.cpp +++ b/code/win32/win_glimp.cpp @@ -706,5 +706,10 @@ void WIN_UpdateResolution( int width, int height ) { glInfo.winWidth = width; glInfo.winHeight = height; + if ( r_fullscreen->integer == 0 ) + { + glConfig.vidWidth = width; + glConfig.vidHeight = height; + } }