diff --git a/Shared/Debug.cs b/Shared/Debug.cs index 74d4419..963f7f4 100644 --- a/Shared/Debug.cs +++ b/Shared/Debug.cs @@ -26,7 +26,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.