mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Increase upper limit of display_gamma to 10 (#8618)
This commit is contained in:
@@ -66,7 +66,7 @@ void set_light_table(float gamma)
|
||||
params.center = g_settings->getFloat("lighting_boost_center");
|
||||
params.sigma = g_settings->getFloat("lighting_boost_spread");
|
||||
// Gamma correction
|
||||
params.gamma = rangelim(gamma, 0.5f, 3.0f);
|
||||
params.gamma = rangelim(gamma, 0.5f, 10.0f);
|
||||
|
||||
// Boundary values should be fixed
|
||||
light_LUT[0] = 0;
|
||||
|
Reference in New Issue
Block a user