darkness light level changed again
This commit is contained in:
Submodule games/SussyCraft updated: dcaa8e5d63...88b8e857cb
@@ -74,7 +74,7 @@ void set_light_table(float gamma)
|
||||
params.gamma = rangelim(gamma, 0.33f, 3.0f);
|
||||
|
||||
// Boundary values should be fixed
|
||||
light_LUT[0] = 20;
|
||||
light_LUT[0] = 40;
|
||||
light_LUT[LIGHT_SUN] = 255;
|
||||
|
||||
for (size_t i = 1; i < LIGHT_SUN; i++) {
|
||||
|
||||
Reference in New Issue
Block a user