Build 0.18.13.0
This commit is contained in:
@@ -1639,8 +1639,13 @@ namespace Barotrauma
|
||||
|
||||
private void RefreshHeadSprites()
|
||||
{
|
||||
HeadSprite = null;
|
||||
AttachmentSprites = null;
|
||||
_headSprite = null;
|
||||
LoadHeadSprite();
|
||||
#if CLIENT
|
||||
CalculateHeadPosition(_headSprite);
|
||||
#endif
|
||||
attachmentSprites?.Clear();
|
||||
LoadAttachmentSprites();
|
||||
}
|
||||
|
||||
// This could maybe be a LookUp instead?
|
||||
|
||||
Reference in New Issue
Block a user