Clean up LineRenderer whitespace (no code changes).
This commit is contained in:
@@ -74,7 +74,7 @@ namespace OpenRA.Graphics
|
|||||||
|
|
||||||
public void FillRect(RectangleF r, Color color)
|
public void FillRect(RectangleF r, Color color)
|
||||||
{
|
{
|
||||||
for (float y = r.Top; y < r.Bottom; y++)
|
for (var y = r.Top; y < r.Bottom; y++)
|
||||||
DrawLine(new float2(r.Left, y), new float2(r.Right, y), color, color);
|
DrawLine(new float2(r.Left, y), new float2(r.Right, y), color, color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user