- fixed: PalTonemap Exponent slider didn't have a proper decimal place.

This commit is contained in:
Rachael Alexanderson 2017-01-24 14:18:11 -05:00 committed by Christoph Oelckers
parent c1ff1c6336
commit 949862f78f
1 changed files with 1 additions and 1 deletions

View File

@ -257,6 +257,6 @@ OptionMenu "GLPrefOptions"
Slider "$GLPREFMNU_SSAO_PORTALS", gl_ssao_portals, 0.0, 4.0, 1.0, 0
Option "$GLPREFMNU_FXAA", gl_fxaa, "FXAAQuality"
StaticText " "
Slider "$GLPREFMNU_PALTONEMAPPOWER", gl_paltonemap_powtable, 0.2, 3.0, 0.1, 0
Slider "$GLPREFMNU_PALTONEMAPPOWER", gl_paltonemap_powtable, 0.2, 3.0, 0.1, 1
Option "$GLPREFMNU_PALTONEMAPORDER", gl_paltonemap_reverselookup, "LookupOrder"
}