Revert "Characters that are outside are rendered under particles -> creatures can be hidden by smoke from hydrothermal vents. [65211ec]"

Caused characters to be rendered behind ruins, need to come up with a better solution
This commit is contained in:
Joonas Rikkonen
2017-08-27 14:28:21 +03:00
parent 37a5888126
commit 79f7ce7071
3 changed files with 12 additions and 50 deletions
@@ -151,14 +151,12 @@ namespace Barotrauma
public Rectangle Borders
{
get { return subBody.Borders; }
get
{
return subBody.Borders;
}
}
public Rectangle WorldBorders
{
get { return SubBody.WorldBorders; }
}
public override Vector2 Position
{
get { return subBody==null ? Vector2.Zero : subBody.Position - HiddenSubPosition; }