[More whitespace fixes]

This commit is contained in:
Bob
2009-11-19 15:18:13 +13:00
parent a17296ff8a
commit c0fe3fa4c9
14 changed files with 90 additions and 122 deletions

View File

@@ -45,7 +45,7 @@ namespace OpenRa.Game.Graphics
{
float2 r1 = new float2(2, -2) / screenSize;
float2 r2 = new float2(-1, 1);
renderer.BeginFrame(r1, r2, scrollPosition);
Game.worldRenderer.Draw();