new remastered logo and small sussy changes

This commit is contained in:
2023-04-24 00:38:23 +02:00
parent f5428c870a
commit c1df5d87f3
5 changed files with 1 additions and 1 deletions

View File

@@ -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] = 0;
light_LUT[0] = 20;
light_LUT[LIGHT_SUN] = 255;
for (size_t i = 1; i < LIGHT_SUN; i++) {