From 605f3306bfadc8e0cac715776dd7d6b83a1aff96 Mon Sep 17 00:00:00 2001 From: Looki2000 Date: Wed, 26 Apr 2023 21:28:08 +0200 Subject: [PATCH] darkness light level changed again --- games/SussyCraft | 2 +- src/light.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games/SussyCraft b/games/SussyCraft index dcaa8e5..88b8e85 160000 --- a/games/SussyCraft +++ b/games/SussyCraft @@ -1 +1 @@ -Subproject commit dcaa8e5d63368a10eb10e0ddb8137bde2c7e50f9 +Subproject commit 88b8e857cbd3fbed8a06304257ec818d6addba38 diff --git a/src/light.cpp b/src/light.cpp index a4da6d2..7e5f7d1 100644 --- a/src/light.cpp +++ b/src/light.cpp @@ -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++) {