diff options
author | ANAND <ClobberXD@gmail.com> | 2019-06-27 08:34:12 +0530 |
---|---|---|
committer | Paramat <paramat@users.noreply.github.com> | 2019-06-27 04:04:12 +0100 |
commit | 91d244c5229695933bf8510b01e06f922f062359 (patch) | |
tree | 248df50f5cb277fe4df6d2d726962f3197c04644 /builtin | |
parent | 429a98964859b83016f2eb47a47a08ab8dc3c57e (diff) | |
download | minetest-91d244c5229695933bf8510b01e06f922f062359.tar.gz minetest-91d244c5229695933bf8510b01e06f922f062359.tar.bz2 minetest-91d244c5229695933bf8510b01e06f922f062359.zip |
Increase upper limit of display_gamma to 10 (#8618)
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index eeb14d7ab..15cb181ed 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -637,7 +637,7 @@ fov (Field of view) int 72 45 160 # Adjust the gamma encoding for the light tables. Higher numbers are brighter. # This setting is for the client only and is ignored by the server. -display_gamma (Gamma) float 1.0 0.5 3.0 +display_gamma (Gamma) float 1.0 0.5 10.0 # Gradient of light curve at minimum light level. lighting_alpha (Darkness sharpness) float 0.0 0.0 4.0 |