From 4791d743c05734b34d5931038372db3b1276c963 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 8 Jun 2026 22:57:40 -0400 Subject: Version 0.9 Signed-off-by: Andrew Opalach --- Config.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Config.cs') 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; -- cgit v1.2.3-101-g0448