diff --git a/Shared/Debug.cs b/Shared/Debug.cs index 23117ee..00b044a 100644 --- a/Shared/Debug.cs +++ b/Shared/Debug.cs @@ -25,8 +25,8 @@ namespace SemiColinGames { Color = color; } } - - public static bool Enabled; + + public static bool Enabled = true; // This is a LinkedList instead of a List because SetFpsText() adds to its front. static readonly LinkedList toasts = new LinkedList(); static readonly List rects = new List();