mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Change lower limit of display_gamma to 1.0 (linear light)
Now matches function comment
This commit is contained in:
parent
2b99d904f6
commit
5a1975a4e3
2 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ void set_light_table(float gamma)
|
|||
0
|
||||
};
|
||||
|
||||
gamma = rangelim(gamma, 1.1, 3.0);
|
||||
gamma = rangelim(gamma, 1.0, 3.0);
|
||||
|
||||
float brightness = brightness_step;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue