Removed unnecessary comment

This commit is contained in:
Joel Moriana 2022-02-08 13:31:12 +01:00 committed by joel-mb
parent 95de1a38dd
commit e1b6b9feaa
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ void FVehicleData::RecordActorData(FCarlaActor* CarlaActor, UCarlaEpisode* Carla
{
PhysicsControl = Vehicle->GetVehiclePhysicsControl();
}
// TODO(joel): Record the state of the ackermann control
Control = Vehicle->GetVehicleControl();
AckermannControl = Vehicle->GetVehicleAckermannControl();
bAckermannControlActive = Vehicle->IsAckermannControlActive();