diff --git a/OpenRA.Game/Graphics/Viewport.cs b/OpenRA.Game/Graphics/Viewport.cs index c389c576fd..6a0b0fc366 100644 --- a/OpenRA.Game/Graphics/Viewport.cs +++ b/OpenRA.Game/Graphics/Viewport.cs @@ -68,7 +68,7 @@ namespace OpenRA.Graphics float2 r1 = new float2(2, -2) / screenSize; float2 r2 = new float2(-1, 1); - renderer.BeginFrame(r1, r2, scrollPosition); + renderer.BeginFrame(r1, r2, scrollPosition.ToInt2()); if( Game.orderManager.GameStarted ) {