mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Increase upper limit of display_gamma to 10 (#8618)
This commit is contained in:
parent
429a989648
commit
91d244c522
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue