mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +00:00
- added handling for changing the screen size (dragging the window borders / change scale factor)
This commit is contained in:
parent
3d47652d08
commit
bcb48d8441
14 changed files with 49 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue