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 83a03f0..f928afd 100755
--- a/Config.cs
+++ b/Config.cs
@@ -88,7 +88,7 @@ namespace WorldTuningTool
public struct PatchConfig
{
- public bool TripleShadowResolution { get; set; } = false;
+ public int ShadowResolutionMultiplier { get; set; } = 1;
public bool FullResolutionVolumeBlur { get; set; } = false;
public bool HigherThanHighestVolumeRendering { get; set; } = false;
public bool DisableLODLimits { get; set; } = false;