mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- removed softpoly setting from the menu
This commit is contained in:
parent
4ce0ef41b5
commit
7f99c61f24
1 changed files with 1 additions and 2 deletions
|
@ -897,8 +897,7 @@ OptionValue PreferBackend
|
||||||
{
|
{
|
||||||
0, "$OPTVAL_OPENGL"
|
0, "$OPTVAL_OPENGL"
|
||||||
1, "$OPTVAL_VULKAN"
|
1, "$OPTVAL_VULKAN"
|
||||||
2, "$OPTVAL_SOFTPOLY"
|
2, "$OPTVAL_OPENGLES"
|
||||||
3, "$OPTVAL_OPENGLES"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
OptionMenu "TrueColorOptions" protected
|
OptionMenu "TrueColorOptions" protected
|
||||||
|
|
Loading…
Reference in a new issue