mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- set vid_scalefactor to 1 when using vid_setscale
This commit is contained in:
parent
a40c617478
commit
dc05220abc
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ CCMD (vid_setscale)
|
|||
}
|
||||
}
|
||||
vid_scalemode = 5;
|
||||
vid_scalefactor = 1.0;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue