mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 08:44:25 +00:00
Merge branch 'no-texture-filter' into 'master'
Remove Texture Filtering option from Hardware Options (resolves #614) Closes #614 See merge request KartKrew/Kart!1432
This commit is contained in:
commit
7113e3c987
1 changed files with 2 additions and 0 deletions
|
|
@ -28,8 +28,10 @@ menuitem_t OPTIONS_VideoOGL[] =
|
|||
{IT_STRING | IT_CVAR, "Texture Quality", "Texture depth. Higher values are recommended.",
|
||||
NULL, {.cvar = &cv_scr_depth}, 0, 0},
|
||||
|
||||
/*
|
||||
{IT_STRING | IT_CVAR, "Texture Filter", "Texture Filter. Nearest is recommended.",
|
||||
NULL, {.cvar = &cv_glfiltermode}, 0, 0},
|
||||
*/
|
||||
|
||||
{IT_STRING | IT_CVAR, "Anisotropic", "Lower values will improve performance at a minor quality loss.",
|
||||
NULL, {.cvar = &cv_glanisotropicmode}, 0, 0},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue