We don't need that anymore

This commit is contained in:
EntenKoeniq
2021-07-10 23:54:35 +02:00
parent 7e628ce71f
commit b9e2787d0f

View File

@ -274,8 +274,6 @@ namespace CoopClient
MainVehicle.SteeringAngle = VehicleSteeringAngle;
float range = MainVehicle.Position.DistanceTo(VehiclePosition);
// Good enough for now, but we need to create a better sync
MainVehicle.Position = VehiclePosition;
MainVehicle.Quaternion = VehicleRotation;