mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
- oops, didn't mean to change this line (I blindly copied the function over)
This commit is contained in:
parent
21ba23f36d
commit
a6bf1c3026
1 changed files with 1 additions and 1 deletions
|
@ -626,7 +626,7 @@ void V_Init2()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Helper for ActiveRatio and CheckRatio. Returns the forced ratio type, or -1 if none.
|
// Helper for ActiveRatio and CheckRatio. Returns the forced ratio type, or -1 if none.
|
||||||
int ActiveFakeRatio(int width, int height)
|
static int ActiveFakeRatio(int width, int height)
|
||||||
{
|
{
|
||||||
int fakeratio = -1;
|
int fakeratio = -1;
|
||||||
if ((vid_aspect >= 1) && (vid_aspect <= 6))
|
if ((vid_aspect >= 1) && (vid_aspect <= 6))
|
||||||
|
|
Loading…
Reference in a new issue