HUDProgressBars are drawn over the LOS effect, progressbar not displayed when attempting to weld/cut platforms

This commit is contained in:
Regalis
2016-09-20 19:36:58 +03:00
parent 5918e845ac
commit 96a61ab2ea
4 changed files with 23 additions and 22 deletions
+6 -1
View File
@@ -150,7 +150,12 @@ namespace Barotrauma
textPos.Y += 25;
}
}
}
foreach (HUDProgressBar progressBar in character.HUDProgressBars.Values)
{
progressBar.Draw(spriteBatch, cam);
}
}
if (Screen.Selected == GameMain.EditMapScreen) return;