summaryrefslogtreecommitdiff
path: root/Config.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Config.cs')
-rwxr-xr-xConfig.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.cs b/Config.cs
index a5d42d5..de29aa4 100755
--- a/Config.cs
+++ b/Config.cs
@@ -119,7 +119,7 @@ namespace MHWNewCamera
public bool HigherShadowDetailInHoarfrost { get; set; } = false;
public bool DisableLodLimits { get; set; } = false;
public bool ApplyLodFactors { get; set; } = false;
- public float FoliageLodBias { get; set; } = 3.5f;
+ public float FoliageLodBias { get; set; } = 3.0f;
public float TerrainLodBias { get; set; } = 6.0f;
public float FoliageLodFactor { get; set; } = 0.0f;
public float TerrainLodFactor { get; set; } = 0.0f;