rm newline
GitOrigin-RevId: c369e8bd9f847a038c544db1094ba1aabbcf388d
This commit is contained in:
parent
74b5e1ec2d
commit
bd78586a1d
@ -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…
Reference in New Issue
Block a user