Comented debug code.

This commit is contained in:
Axel1092 2020-03-20 11:25:08 +01:00 committed by bernat
parent 6acecb2579
commit 7497ff5e3a
1 changed files with 6 additions and 6 deletions

View File

@ -345,12 +345,12 @@ void ATrafficLightManager::GenerateTriggerBox(const carla::road::Map &Map,
BoxComponent->SetBoxExtent(FVector(UEBoxSize, UEBoxSize, UEBoxSize), true);
// Debug
DrawDebugBox(GetWorld(),
ReferenceTransform.GetLocation(),
BoxComponent->GetScaledBoxExtent(),
ReferenceTransform.GetRotation(),
FColor(0, 0, 200),
true);
// DrawDebugBox(GetWorld(),
// ReferenceTransform.GetLocation(),
// BoxComponent->GetScaledBoxExtent(),
// ReferenceTransform.GetRotation(),
// FColor(0, 0, 200),
// true);
}
void ATrafficLightManager::GenerateTriggerBoxesForTrafficLights()