mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- fixed texture filter menu entry.
This commit is contained in:
parent
8216d31568
commit
8430658cc5
1 changed files with 5 additions and 5 deletions
|
@ -1182,12 +1182,12 @@ OptionMenu GameplayOptions //protected
|
|||
OptionValue "FilterModes"
|
||||
{
|
||||
0, "$OPTVAL_NONE"
|
||||
2, "$OPTVAL_NONENEARESTMIPMAP"
|
||||
4, "$OPTVAL_NONELINEARMIPMAP"
|
||||
1, "$OPTVAL_NONENEARESTMIPMAP"
|
||||
5, "$OPTVAL_NONELINEARMIPMAP"
|
||||
6, "$OPTVAL_NONETRILINEAR"
|
||||
3, "$OPTVAL_LINEAR_2"
|
||||
1, "$OPTVAL_BILINEAR"
|
||||
5, "$OPTVAL_TRILINEAR"
|
||||
2, "$OPTVAL_LINEAR_2"
|
||||
3, "$OPTVAL_BILINEAR"
|
||||
4, "$OPTVAL_TRILINEAR"
|
||||
}
|
||||
|
||||
OptionValue "Anisotropy"
|
||||
|
|
Loading…
Reference in a new issue