CharacterInventory is moved back to the bottom left corner if selecting a character whose inventory has been moved
This commit is contained in:
@@ -138,6 +138,7 @@ namespace Barotrauma
|
||||
{
|
||||
if (character.Inventory != null && !character.LockHands && character.Stun >= -0.1f)
|
||||
{
|
||||
character.Inventory.DrawOffset = Vector2.Zero;
|
||||
character.Inventory.DrawOwn(spriteBatch);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user