- Add missing SSAOModes option value array to menudef.txt.

This commit is contained in:
Mitchell Richters 2022-01-16 22:42:22 +11:00
parent 8d777892e0
commit a20a56d9e7

View file

@ -1190,6 +1190,14 @@ OptionValue "LightModes"
2, "$GLPREFMNU_HIGHCONTRAST"
}
OptionValue "SSAOModes"
{
0, "$OPTVAL_OFF"
1, "$OPTVAL_LOW"
2, "$OPTVAL_MEDIUM"
3, "$OPTVAL_HIGH"
}
OptionMenu "PostProcessMenu"
{
Title "$GLMNU_POSTPROCESS"