Skip to content

Commit

Permalink
Use the same internal resolution of the original game
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeeynamo committed May 23, 2020
1 parent 9dbf441 commit 2ce1c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenKh.Game/OpenKhGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ public OpenKhGame()
{
graphics = new GraphicsDeviceManager(this)
{
PreferredBackBufferWidth = 1024,
PreferredBackBufferHeight = 576
PreferredBackBufferWidth = 512,
PreferredBackBufferHeight = 416
};

Content.RootDirectory = "Content";
Expand Down

0 comments on commit 2ce1c0c

Please sign in to comment.