Fixed a bunch of sprites not being removed
This commit is contained in:
@@ -325,5 +325,10 @@ namespace Barotrauma
|
||||
parentElement.Add(charElement);
|
||||
return charElement;
|
||||
}
|
||||
|
||||
public void Remove()
|
||||
{
|
||||
if (headSprite != null) headSprite.Remove();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user