From 377858fd543439558f7980ba5ca17a0ce690c038 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Wed, 3 Jun 2026 16:41:18 -0400 Subject: Massively improve model part toggling Signed-off-by: Andrew Opalach --- Config.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Config.cs') 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(); -- cgit v1.2.3-101-g0448