(a135020e9) Fixed item assembly names and descriptions not being fetched from the text xml

This commit is contained in:
Joonas Rikkonen
2019-04-04 11:09:03 +03:00
parent a3425a0432
commit dce643e116
6 changed files with 16 additions and 148 deletions
@@ -291,11 +291,6 @@ namespace Barotrauma.Lights
spriteBatch.Draw(HighlightMap, Vector2.Zero, Color.White);
spriteBatch.End();
}
GameMain.ParticleManager.Draw(spriteBatch, true, null, Particles.ParticleBlendState.Additive);
spriteBatch.End();
//draw a black rectangle on hulls to hide background lights behind subs
//---------------------------------------------------------------------------------------------------
//draw characters to obstruct the highlighted items/characters and light sprites
//---------------------------------------------------------------------------------------------------