minor formatting fix

This commit is contained in:
Mamadou Babaei
2024-08-16 18:02:05 +02:00
parent 2e691c96c9
commit 654ca4b9d9
@@ -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;