Fixed hulls not being rendered in the sub editor
This commit is contained in:
@@ -169,7 +169,7 @@ namespace Barotrauma
|
|||||||
|
|
||||||
public override void Draw(SpriteBatch spriteBatch, bool editing, bool back = true)
|
public override void Draw(SpriteBatch spriteBatch, bool editing, bool back = true)
|
||||||
{
|
{
|
||||||
if (back)
|
if (back && Screen.Selected != GameMain.EditMapScreen)
|
||||||
{
|
{
|
||||||
DrawDecals(spriteBatch);
|
DrawDecals(spriteBatch);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user