summaryrefslogtreecommitdiff
path: root/Config.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Config.cs')
-rwxr-xr-xConfig.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.cs b/Config.cs
index fb3d0a5..07e3cf4 100755
--- a/Config.cs
+++ b/Config.cs
@@ -8,7 +8,7 @@ namespace NewCamera
internal class Config : IConfig
{
public String Name => "NewCamera";
- public String Version => "4.0";
+ public String Version => "4.1";
public const float DEFAULT_FOV = 60.0f;
public const float DEFAULT_NEAR_CLIP = 16.0f;
@@ -138,7 +138,7 @@ namespace NewCamera
}
public bool DisableMod { get; set; } = false;
- public bool TuningToolInterop { get; set; } = true;
+ public bool TuningToolInterop = true;
public bool OverrideViewMode { get; set; } = false;
public Settings Camera { get; set; } = new Settings();