From 0b0d372828b13d1f5027ec52c5952702297ccaa0 Mon Sep 17 00:00:00 2001 From: Sandrem Date: Sat, 14 Mar 2020 12:45:31 +0200 Subject: [PATCH] Debug is on --- 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 91aae87e69..63e42a552b 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;