mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-18 10:02:12 +00:00
videomenu.c: remove unsupported "16x" option from MSAA list.
This commit is contained in:
parent
a0ca33901e
commit
a2b6f1b7af
1 changed files with 0 additions and 1 deletions
|
@ -250,7 +250,6 @@ VID_MenuInit(void)
|
||||||
"2x",
|
"2x",
|
||||||
"4x",
|
"4x",
|
||||||
"8x",
|
"8x",
|
||||||
"16x",
|
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue