diff --git a/src/i_video.c b/src/i_video.c index 9dcbd2a2..c9097b31 100644 --- a/src/i_video.c +++ b/src/i_video.c @@ -1609,7 +1609,9 @@ static void I_ReinitGraphicsMode(void) window_position_y = 0; I_InitGraphicsMode(); + ResetResolution(CurrentResolutionHeight(), true); CreateSurfaces(video.pitch, video.height); + ResetLogicalSize(); } void I_ResetScreen(void)