diff options
| author | 2026-01-11 19:21:38 -0500 | |
|---|---|---|
| committer | 2026-01-11 19:21:38 -0500 | |
| commit | f68ae091abb6870f04f1ce2774ec64c254b74341 (patch) | |
| tree | f5b5538835cc4e62a51cb2957b1db8825a3e15c5 /Config.cs | |
| parent | 50d6fa92c444071149db1833e91612f26f13ca5a (diff) | |
| download | NewCamera-f68ae091abb6870f04f1ce2774ec64c254b74341.tar.gz NewCamera-f68ae091abb6870f04f1ce2774ec64c254b74341.tar.bz2 NewCamera-f68ae091abb6870f04f1ce2774ec64c254b74341.zip | |
Bind changes
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'Config.cs')
| -rwxr-xr-x | Config.cs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;
|