Use InternalImpulse to calibrate entity position

This commit is contained in:
Sardelka9515
2023-03-08 18:27:23 +08:00
parent 11c7ee19a3
commit 63f11053c7
6 changed files with 6 additions and 16 deletions

View File

@ -110,7 +110,7 @@ namespace RageCoop.Client
packet.Position = veh.ReadPosition();
packet.Velocity = veh.Velocity;
packet.Quaternion = veh.ReadQuaternion();
packet.RotationVelocity = veh.RotationVelocity;
packet.RotationVelocity = veh.WorldRotationVelocity;
packet.ThrottlePower = veh.ThrottlePower;
packet.BrakePower = veh.BrakePower;
v.LastSentStopWatch.Restart();