pretifying
This commit is contained in:
parent
d3b3b5c4c6
commit
087dc71190
|
@ -93,5 +93,4 @@ void AFrictionTrigger::EndPlay(const EEndPlayReason::Type EndPlayReason)
|
|||
void AFrictionTrigger::Tick(float DeltaTime)
|
||||
{
|
||||
Super::Tick(DeltaTime);
|
||||
|
||||
}
|
||||
|
|
|
@ -51,7 +51,6 @@ void ACarlaWheeledVehicle::BeginPlay()
|
|||
}
|
||||
|
||||
Vehicle4W->WheelSetups = NewWheelSetups;
|
||||
|
||||
Vehicle4W->VehicleSetupTag++;
|
||||
}
|
||||
|
||||
|
@ -273,7 +272,6 @@ void ACarlaWheeledVehicle::ApplyVehiclePhysicsControl(const FVehiclePhysicsContr
|
|||
Wheel->TireConfig->SetFrictionScale(PhysicsControl.Wheels[i].TireFriction);
|
||||
|
||||
NewWheelSetups[i].bDisableSteering = PhysicsControl.Wheels[i].bDisableSteering;
|
||||
|
||||
}
|
||||
|
||||
Vehicle4W->WheelSetups = NewWheelSetups;
|
||||
|
|
Loading…
Reference in New Issue