diff --git a/OpenRa.Game/MainWindow.cs b/OpenRa.Game/MainWindow.cs index 3d74cebd1e..5e7994e2d2 100644 --- a/OpenRa.Game/MainWindow.cs +++ b/OpenRa.Game/MainWindow.cs @@ -36,9 +36,12 @@ namespace OpenRa.Game { FormBorderStyle = FormBorderStyle.None; BackColor = Color.Black; + StartPosition = FormStartPosition.Manual; + Location = new Point(); + Visible = true; + renderer = new Renderer(this, GetResolution(settings), false); viewport = new Viewport(ClientSize); - Visible = true; SheetBuilder.Initialize(renderer.Device);