From 76bf7110607b8151f69145821c7871e78e5caca0 Mon Sep 17 00:00:00 2001 From: David Kehoe Date: Thu, 29 Jan 2026 14:27:06 +1000 Subject: [PATCH] Update GrassLighting.h --- src/Features/GrassLighting.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Features/GrassLighting.h b/src/Features/GrassLighting.h index ca8c362096..b990180f7c 100644 --- a/src/Features/GrassLighting.h +++ b/src/Features/GrassLighting.h @@ -34,7 +34,7 @@ struct GrassLighting : Feature float SpecularStrength = 0.5f; float SubsurfaceScatteringAmount = 0.5f; uint OverrideComplexGrassSettings = false; - float BasicGrassBrightness = 1.0f; + float BasicGrassBrightness = 0.33f; uint EnableWrappedLighting = false; float ComplexGrassThreshold = 0.03f; uint pad1;