This commit is contained in:
c0ffee 2021-08-12 16:26:10 -07:00
parent 859d096d5e
commit a9e0155aa3
2 changed files with 2 additions and 2 deletions

View File

@ -63,11 +63,11 @@ namespace Rimworld_Animations {
}
else if (pawnAnimator.headFacing == Rot4.East)
{
orassanv.x -= 0.12f;
orassanv.x -= 0.1f;
}
else if (pawnAnimator.headFacing == Rot4.West)
{
orassanv.x = 0.12f;
orassanv.x = 0.1f;
}
else
{