From bd4b5c5af0ef2967efa664dbe0058e9799a1c31f Mon Sep 17 00:00:00 2001 From: Sandrem Date: Sat, 25 Apr 2020 15:50:59 +0300 Subject: [PATCH] Release version --- Assets/Scripts/Model/Tools/DebugManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Model/Tools/DebugManager.cs b/Assets/Scripts/Model/Tools/DebugManager.cs index 1712e17956..aaec08b602 100644 --- a/Assets/Scripts/Model/Tools/DebugManager.cs +++ b/Assets/Scripts/Model/Tools/DebugManager.cs @@ -4,7 +4,7 @@ public static class DebugManager { - public static bool ReleaseVersion = false; + public static bool ReleaseVersion = true; public static bool NoCinematicCamera;