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