(df7ca4c53) updated doors + merge fix

This commit is contained in:
Joonas Rikkonen
2019-04-29 21:19:40 +03:00
parent 9e8a5046fb
commit 7eb0972d16
6 changed files with 0 additions and 31 deletions
@@ -733,8 +733,6 @@ namespace Barotrauma
limb.body.ApplyForce(diff * (float)(Math.Sin(WalkPos) * Math.Sqrt(limb.Mass)) * 30.0f * animStrength, maxVelocity: 10.0f);
}
limb?.body.SmoothRotate(angle, torque, wrapAngle: false);
}
private void SmoothRotateWithoutWrapping(Limb limb, float angle, Limb referenceLimb, float torque)