From 10049f4aca0d8086dc19ff030036e4c608641714 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 8 Jun 2026 13:16:30 -0400 Subject: Big parameters refactor Signed-off-by: Andrew Opalach --- Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Config.cs') 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; -- cgit v1.2.3-101-g0448