Merge remote-tracking branch 'origin/marcel/ue5.3' into marcel/ue5.3
This commit is contained in:
commit
71db32b533
|
@ -31,12 +31,12 @@
|
|||
ACarlaWheeledVehicle::ACarlaWheeledVehicle(const FObjectInitializer& ObjectInitializer) :
|
||||
Super(ObjectInitializer)
|
||||
{
|
||||
#if 0 // @CARLAUE5
|
||||
VehicleBounds = CreateDefaultSubobject<UBoxComponent>(TEXT("VehicleBounds"));
|
||||
VehicleBounds->SetupAttachment(RootComponent);
|
||||
VehicleBounds->SetHiddenInGame(true);
|
||||
VehicleBounds->SetCollisionProfileName(UCollisionProfile::NoCollision_ProfileName);
|
||||
|
||||
#if 0 // @CARLAUE5
|
||||
VelocityControl = CreateDefaultSubobject<UVehicleVelocityControl>(TEXT("VelocityControl"));
|
||||
VelocityControl->Deactivate();
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue