diff --git a/Shared/Debug.cs b/Shared/Debug.cs index 5a429b1..a4d0387 100644 --- a/Shared/Debug.cs +++ b/Shared/Debug.cs @@ -27,7 +27,7 @@ namespace SemiColinGames { } } - public static bool Enabled = true; + public static bool Enabled = false; // This is a LinkedList instead of a List because SetFpsText() adds to its front. static readonly LinkedList toasts = new LinkedList(); // Lines in excess of MAX_LINES get dropped on the floor.