diff options
| author | 2026-06-08 13:16:30 -0400 | |
|---|---|---|
| committer | 2026-06-08 13:16:30 -0400 | |
| commit | 10049f4aca0d8086dc19ff030036e4c608641714 (patch) | |
| tree | 3f75e9b1f46a709a2676a1bae71f1f93e2e4af6f /Config.cs | |
| parent | 651c012b9fa24e1ae1a10d578669fd55086094d5 (diff) | |
| download | WorldTuningTool-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-x | Config.cs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;
|