(400cf2cbd) Fixed highlight raster scale changing according to lightmap resolution

This commit is contained in:
Joonas Rikkonen
2019-03-29 17:27:23 +02:00
parent 45e33bca28
commit 140f1894d4
2 changed files with 5 additions and 2 deletions
@@ -418,7 +418,7 @@ namespace Barotrauma
}
}
}
else if (MainLimb.type == LimbType.Head && HeadAngle.HasValue)
else
{
movementAngle = Dir > 0 ? -MathHelper.PiOver2 : MathHelper.PiOver2;
if (reverse)