Thanks! ![]()
For anyone else, put this in Update:
if (graphics.PreferredBackBufferWidth != <width> || graphics.PreferredBackBufferHeight != <height>)
{
graphics.PreferredBackBufferWidth = <width>;
graphics.PreferredBackBufferHeight = <height>;
graphics.ApplyChanges();
}
