Browse Source

rm newline

GitOrigin-RevId: c369e8bd9f
master
Colin McMillen 4 years ago
parent
commit
bd78586a1d
  1. 1
      Shared/Debug.cs

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

Loading…
Cancel
Save