Camera twitching fixes (again), using character name for ingame chatmessages instead of NetworkMember name, disabled CrewCommander in multiplayer, hide healthbar when dead

This commit is contained in:
Regalis
2016-01-09 19:16:38 +02:00
parent addd9dea5c
commit 81547c2c9c
8 changed files with 17 additions and 12 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ namespace Barotrauma
Sound.CameraPos = new Vector3(WorldViewCenter.X, WorldViewCenter.Y, 0.0f);
}
public void MoveCamera(float deltaTime)
{
prevPosition = position;