diff options
| author | 2026-06-08 22:57:40 -0400 | |
|---|---|---|
| committer | 2026-06-08 22:57:40 -0400 | |
| commit | 4791d743c05734b34d5931038372db3b1276c963 (patch) | |
| tree | 3b7d2c4a403aefef959e5a93d2d98eca29f1f78e /Config.cs | |
| parent | d51a16181a74124dcedd1c2e69c3376b11440e79 (diff) | |
| download | WorldTuningTool-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-x | Config.cs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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;
|