diff --git a/code/win32/win_glimp.cpp b/code/win32/win_glimp.cpp index 5011dbb..c93f34d 100644 --- a/code/win32/win_glimp.cpp +++ b/code/win32/win_glimp.cpp @@ -491,9 +491,7 @@ static qbool GLW_CreateWindow( int width, int height, int colorbits ) if ( glInfo.isFullscreen ) { - // WS_BORDER fixes the single black flash that happens when reloading a map - // right after switching from windowed mode to full-screen - style |= WS_POPUP | WS_BORDER; + style |= WS_POPUP; exstyle = WS_EX_TOPMOST; } else