Removed debug code.

This commit is contained in:
Axel1092 2020-03-23 10:00:50 +01:00 committed by bernat
parent 7497ff5e3a
commit 892cab9dab
1 changed files with 0 additions and 8 deletions

View File

@ -343,14 +343,6 @@ void ATrafficLightManager::GenerateTriggerBox(const carla::road::Map &Map,
BoxComponent->OnComponentBeginOverlap.AddDynamic(TrafficLightComponent,
&UTrafficLightComponent::OnOverlapTriggerBox);
BoxComponent->SetBoxExtent(FVector(UEBoxSize, UEBoxSize, UEBoxSize), true);
// Debug
// DrawDebugBox(GetWorld(),
// ReferenceTransform.GetLocation(),
// BoxComponent->GetScaledBoxExtent(),
// ReferenceTransform.GetRotation(),
// FColor(0, 0, 200),
// true);
}
void ATrafficLightManager::GenerateTriggerBoxesForTrafficLights()