From bd78586a1ddd35d0dd1a6602aa2c60aa89d34967 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Tue, 25 Feb 2020 10:30:39 -0500 Subject: [PATCH] rm newline GitOrigin-RevId: c369e8bd9f847a038c544db1094ba1aabbcf388d --- Shared/Debug.cs | 1 - 1 file changed, 1 deletion(-) 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) {