This commit is contained in:
Regalis
2015-12-06 16:36:24 +02:00
parent 40fb8d803d
commit beecfe60ac
4 changed files with 19 additions and 4 deletions
+1 -1
View File
@@ -317,7 +317,7 @@ namespace Barotrauma.Items.Components
return;
}
Vector2 pos = new Vector2(item.Rect.Center.X, -item.Rect.Y);
Vector2 pos = new Vector2(item.Rect.Center.X, item.Rect.Y);
if (item.Submarine != null) pos += item.Submarine.Position;
pos.Y = -pos.Y;