minor formatting fix

This commit is contained in:
Mamadou Babaei
2024-06-06 14:28:52 +02:00
parent 238effa949
commit e5909dca96
@@ -1563,6 +1563,8 @@ ASGPawn::FImpl::FImpl(ASGPawn* InOwner)
{
}
ASGPawn::FImpl::~FImpl() = default;
void ASGPawn::FImpl::BindRealHandsOverlapEvents()
{
Owner->RealHandLeft->OnComponentBeginOverlap.AddDynamic(
@@ -2067,8 +2069,6 @@ void ASGPawn::FImpl::TriggerEndTouch(const USGVirtualHandComponent* Hand, const
Owner->OnActorEndTouch(Hand, Actor);
}
ASGPawn::FImpl::~FImpl() = default;
void ASGPawn::FImplDeleter::operator()(const FImpl* P) const
{
delete P;