mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-31 04:20:34 +00:00
- set vid_scalefactor to 1 when using vid_setscale
This commit is contained in:
parent
708952e615
commit
286eacb088
1 changed files with 1 additions and 0 deletions
|
@ -199,6 +199,7 @@ CCMD (vid_setscale)
|
|||
}
|
||||
}
|
||||
vid_scalemode = 5;
|
||||
vid_scalefactor = 1.0;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue