rm newline

GitOrigin-RevId: c369e8bd9f847a038c544db1094ba1aabbcf388d
This commit is contained in:
Colin McMillen 2020-02-25 10:30:39 -05:00
parent 74b5e1ec2d
commit bd78586a1d

View File

@ -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) {