(c2a796af9) Fixed: globalZoomScale not working properly past fullHD resolutions

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:23:30 +03:00
parent 2aaf5c359f
commit 71c59e98a7
12 changed files with 331 additions and 142 deletions
@@ -789,6 +789,10 @@ namespace Barotrauma
GUI.Draw(Cam, spriteBatch);
spriteBatch.Begin(SpriteSortMode.Deferred, null, null, null, GameMain.ScissorTestEnable);
GUI.Draw(Cam, spriteBatch);
GUI.Draw(Cam, spriteBatch);
#if DEBUG