This commit is contained in:
Joonas Rikkonen
2017-10-19 00:02:30 +03:00
6 changed files with 4 additions and 4 deletions
@@ -146,8 +146,8 @@ namespace Barotrauma
{
GraphicsWidth = Config.GraphicsWidth;
GraphicsHeight = Config.GraphicsHeight;
GraphicsDeviceManager.GraphicsProfile = GraphicsProfile.HiDef;
GraphicsDeviceManager.PreferredBackBufferFormat = SurfaceFormat.Bgra32;
GraphicsDeviceManager.GraphicsProfile = GraphicsProfile.Reach;
GraphicsDeviceManager.PreferredBackBufferFormat = SurfaceFormat.Color;
GraphicsDeviceManager.PreferMultiSampling = false;
GraphicsDeviceManager.SynchronizeWithVerticalRetrace = Config.VSyncEnabled;