mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- fixed minor menudef mistake
This commit is contained in:
parent
4686ba78a0
commit
5eaf085d58
1 changed files with 2 additions and 2 deletions
|
@ -694,8 +694,8 @@ OptionValue VanillaTrans
|
||||||
{
|
{
|
||||||
0.0, "$OPTVAL_VTFZDOOM"
|
0.0, "$OPTVAL_VTFZDOOM"
|
||||||
1.0, "$OPTVAL_VTFVANILLA"
|
1.0, "$OPTVAL_VTFVANILLA"
|
||||||
0.0, "$OPTVAL_VTAZDOOM"
|
2.0, "$OPTVAL_VTAZDOOM"
|
||||||
1.0, "$OPTVAL_VTAVANILLA"
|
3.0, "$OPTVAL_VTAVANILLA"
|
||||||
}
|
}
|
||||||
|
|
||||||
OptionValue GPUSwitch
|
OptionValue GPUSwitch
|
||||||
|
|
Loading…
Reference in a new issue