diff --git a/Assets/Scripts/Model/Tools/DebugManager.cs b/Assets/Scripts/Model/Tools/DebugManager.cs index e723501e6d..f2aeb650b0 100644 --- a/Assets/Scripts/Model/Tools/DebugManager.cs +++ b/Assets/Scripts/Model/Tools/DebugManager.cs @@ -4,8 +4,8 @@ public static class DebugManager { - public static bool ReleaseVersion; - + public static bool ReleaseVersion = true; + public static bool NoCinematicCamera; public static bool FullDebug; diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index 59207ffb89..a4ff1ed69c 100644 Binary files a/ProjectSettings/ProjectSettings.asset and b/ProjectSettings/ProjectSettings.asset differ