- added handling for changing the screen size (dragging the window borders / change scale factor)

This commit is contained in:
Christoph Oelckers 2020-01-01 09:49:06 +01:00
parent 3d47652d08
commit bcb48d8441
14 changed files with 49 additions and 1 deletions

View file

@ -515,7 +515,7 @@ void V_UpdateModeSize (int width, int height)
void V_OutputResized (int width, int height)
{
V_UpdateModeSize(width, height);
// setsizeneeded = true;
setsizeneeded = true;
C_NewModeAdjust();
}