diff --git a/Shared/Debug.cs b/Shared/Debug.cs index 202fa03..560583c 100644 --- a/Shared/Debug.cs +++ b/Shared/Debug.cs @@ -70,7 +70,6 @@ namespace SemiColinGames { AddLine(rect.Left + 1, rect.Top + 1, rect.Left + 1, rect.Bottom, color); AddLine(rect.Right, rect.Top + 1, rect.Right, rect.Bottom, color); AddLine(rect.Left + 1, rect.Bottom, rect.Right, rect.Bottom, color); - } public static void AddRect(AABB box, Color color) {