diff options
Diffstat (limited to 'Config.cs')
| -rwxr-xr-x | Config.cs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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();
|