Removed comment
This commit is contained in:
parent
668d7fd496
commit
704c710f3e
|
@ -374,10 +374,6 @@ void UBoundingBoxCalculator::GetBBsOfStaticMeshComponents(
|
||||||
OutBB.Emplace(BoundingBox);
|
OutBB.Emplace(BoundingBox);
|
||||||
OutTag.Emplace(static_cast<uint8>(Tag));
|
OutTag.Emplace(static_cast<uint8>(Tag));
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
// UE_LOG(LogCarla, Error, TEXT("%s has no SM assigned"), *Comp->GetOwner()->GetName());
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue