diff options
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;
|