END WORM, fixed camera pos "twitching" when exiting/entering the sub, character scaling

This commit is contained in:
Regalis
2015-12-19 02:05:10 +02:00
parent eb0e08c8ee
commit 4234aa2094
16 changed files with 144 additions and 28 deletions
+5 -1
View File
@@ -117,7 +117,11 @@ namespace Barotrauma
public Vector2 TargetPos
{
get { return targetPos; }
set { targetPos = value; }
set {
targetPos = value;
System.Diagnostics.Debug.WriteLine(value);
}
}
// Auxiliary function to move the camera