blah
This commit is contained in:
parent
91035d9a3f
commit
df8519961a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user