(d837f5034) Fixed wall damage not being visible due to e695ea7
This commit is contained in:
@@ -118,7 +118,7 @@ namespace Barotrauma
|
||||
{
|
||||
get
|
||||
{
|
||||
return Sprite == null || SpriteDepth <= 0.5f;
|
||||
return (Sprite == null || SpriteDepth <= 0.5f) && !DrawDamageEffect;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user