Skip to content

Instantly share code, notes, and snippets.

@rosswarren
Created March 15, 2011 00:26
Show Gist options
  • Save rosswarren/870119 to your computer and use it in GitHub Desktop.
Save rosswarren/870119 to your computer and use it in GitHub Desktop.
screenWidth = 800;
screenHeight = 600;
graphics.PreferredBackBufferWidth = screenWidth;
graphics.PreferredBackBufferHeight = screenHeight;
graphics.ApplyChanges();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment