summaryrefslogtreecommitdiff
path: root/Config.cs
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-06-08 22:57:40 -0400
committerAndrew Opalach <andrew@akon.city> 2026-06-08 22:57:40 -0400
commit4791d743c05734b34d5931038372db3b1276c963 (patch)
tree3b7d2c4a403aefef959e5a93d2d98eca29f1f78e /Config.cs
parentd51a16181a74124dcedd1c2e69c3376b11440e79 (diff)
downloadWorldTuningTool-4791d743c05734b34d5931038372db3b1276c963.tar.gz
WorldTuningTool-4791d743c05734b34d5931038372db3b1276c963.tar.bz2
WorldTuningTool-4791d743c05734b34d5931038372db3b1276c963.zip
Version 0.9
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'Config.cs')
-rwxr-xr-xConfig.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Config.cs b/Config.cs
index f928afd..2e43817 100755
--- a/Config.cs
+++ b/Config.cs
@@ -6,7 +6,7 @@ namespace WorldTuningTool
internal class Config : IConfig
{
public String Name => "WorldTuningTool";
- public String Version => "1.0";
+ public String Version => "0.9";
public static string StageToString(Stage stage)
{
@@ -88,7 +88,6 @@ namespace WorldTuningTool
public struct PatchConfig
{
- public int ShadowResolutionMultiplier { get; set; } = 1;
public bool FullResolutionVolumeBlur { get; set; } = false;
public bool HigherThanHighestVolumeRendering { get; set; } = false;
public bool DisableLODLimits { get; set; } = false;