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