Added lens distortion effect to menus

This commit is contained in:
Magnus Norddahl 2016-08-04 17:22:05 +02:00
parent 976a78429e
commit 0457fee9c0
2 changed files with 2 additions and 0 deletions

View File

@ -2621,6 +2621,7 @@ GLPREFMNU_VRQUADSTEREO = "Enable Quad Stereo";
GLPREFMNU_MULTISAMPLE = "Multisample";
GLPREFMNU_TONEMAP = "Tonemap Mode";
GLPREFMNU_BLOOM = "Bloom effect";
GLPREFMNU_LENS = "Lens distortion effect";
// Option Values
OPTVAL_SMART = "Smart";

View File

@ -220,4 +220,5 @@ OptionMenu "GLPrefOptions"
Option "$GLPREFMNU_MULTISAMPLE", gl_multisample, "Multisample"
Option "$GLPREFMNU_TONEMAP", gl_tonemap, "TonemapModes"
Option "$GLPREFMNU_BLOOM", gl_bloom, "OnOff"
Option "$GLPREFMNU_LENS", gl_lens, "OnOff"
}