pretifying

This commit is contained in:
Manish 2019-04-23 12:44:59 +02:00
parent d3b3b5c4c6
commit 087dc71190
2 changed files with 0 additions and 3 deletions

View File

@ -93,5 +93,4 @@ void AFrictionTrigger::EndPlay(const EEndPlayReason::Type EndPlayReason)
void AFrictionTrigger::Tick(float DeltaTime)
{
Super::Tick(DeltaTime);
}

View File

@ -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;