mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove Texture Filtering option from Hardware Options
This commit is contained in:
parent
ec83b73ee9
commit
f67b4914b9
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