This commit is contained in:
Sardelka 2022-07-30 21:53:42 +08:00
parent 91035d9a3f
commit df8519961a

View File

@ -363,7 +363,7 @@ namespace RageCoop.Client
{
MainVehicle.Velocity = Velocity;
}
MainVehicle.ApplyForce((touching? 0.001f:1) *dist*dist*(predicted - current));
MainVehicle.ApplyForce((touching? 0.001f:1)*dist*(predicted - current));
if (IsFlipped)
{
MainVehicle.Quaternion=Quaternion.Slerp(MainVehicle.ReadQuaternion(), Quaternion, 0.5f);