(8a4fb72fa) ToHashSet compiler error fix part #2

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:48:17 +03:00
parent a4bb8efa79
commit 58330e8ec9
12 changed files with 374 additions and 685 deletions
@@ -1146,10 +1146,6 @@ namespace Barotrauma
}
if (!(this is AICharacter) || Controlled == this || IsRemotePlayer)
{
SmoothedCursorPosition = cursorPosition;
}
else
{
//apply some smoothing to the cursor positions of remote players when playing as a client
//to make aiming look a little less choppy