Fix minor typo

This commit is contained in:
Daniel Santos-Oliván 2021-06-09 16:15:06 +02:00 committed by bernat
parent a996260984
commit 6d94b3a3c5
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ void UChronoMovementComponent::DisableChronoPhysics()
CarlaVehicle->GetMesh()->SetCollisionResponseToChannel(
ECollisionChannel::ECC_WorldStatic, ECollisionResponse::ECR_Block);
UDefaultMovementComponent::CreateDefaultMovementComponent(CarlaVehicle);
carla::log_warning("Chrono physics does not support collisions yet, reverting to default PhysX phisics.");
carla::log_warning("Chrono physics does not support collisions yet, reverting to default PhysX physics.");
}
void UChronoMovementComponent::OnVehicleHit(AActor *Actor,