aboutsummaryrefslogtreecommitdiff
path: root/src/lighting.h
diff options
context:
space:
mode:
authorlhofhansl <larsh@apache.org>2022-12-25 16:15:32 -0800
committerGitHub <noreply@github.com>2022-12-25 16:15:32 -0800
commit1e7804aaf66e2c2a81f81267923621dea17cb274 (patch)
tree15de0319b559a7679659d66b2b389d71e97352b6 /src/lighting.h
parentafd5caa26a2352c912e1a1976b59e1f89773cdec (diff)
downloadminetest-1e7804aaf66e2c2a81f81267923621dea17cb274.tar.xz
Allow saturation to be controlled by the server. (#13075)
Diffstat (limited to 'src/lighting.h')
-rw-r--r--src/lighting.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lighting.h b/src/lighting.h
index e0d9cee09..6c837568b 100644
--- a/src/lighting.h
+++ b/src/lighting.h
@@ -24,4 +24,5 @@ with this program; if not, write to the Free Software Foundation, Inc.,
struct Lighting
{
float shadow_intensity {0.0f};
+ float saturation {1.0f};
};