summaryrefslogtreecommitdiff
path: root/Config.cs
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-06-08 13:16:30 -0400
committerAndrew Opalach <andrew@akon.city> 2026-06-08 13:16:30 -0400
commit10049f4aca0d8086dc19ff030036e4c608641714 (patch)
tree3f75e9b1f46a709a2676a1bae71f1f93e2e4af6f /Config.cs
parent651c012b9fa24e1ae1a10d578669fd55086094d5 (diff)
downloadWorldTuningTool-10049f4aca0d8086dc19ff030036e4c608641714.tar.gz
WorldTuningTool-10049f4aca0d8086dc19ff030036e4c608641714.tar.bz2
WorldTuningTool-10049f4aca0d8086dc19ff030036e4c608641714.zip
Big parameters refactor
Signed-off-by: Andrew Opalach <andrew@akon.city>
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;