(6ac5b80f0) Fixed: PauseOnFocusLost always treated as if being enabled

This commit is contained in:
Joonas Rikkonen
2019-05-18 17:40:49 +03:00
parent 06bd4f51fc
commit 3635568b6a
10 changed files with 72 additions and 176 deletions
@@ -281,8 +281,7 @@ namespace Barotrauma
new Vector2(rect.Width, rect.Height),
color: color,
textureScale: TextureScale * Scale,
startOffset: backGroundOffset,
depth: Math.Max(Prefab.BackgroundSprite.Depth, depth + 0.000001f));
startOffset: backGroundOffset);
if (UseDropShadow)
{