minor formatting fix
This commit is contained in:
@@ -1563,6 +1563,8 @@ ASGPawn::FImpl::FImpl(ASGPawn* InOwner)
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ASGPawn::FImpl::~FImpl() = default;
|
||||||
|
|
||||||
void ASGPawn::FImpl::BindRealHandsOverlapEvents()
|
void ASGPawn::FImpl::BindRealHandsOverlapEvents()
|
||||||
{
|
{
|
||||||
Owner->RealHandLeft->OnComponentBeginOverlap.AddDynamic(
|
Owner->RealHandLeft->OnComponentBeginOverlap.AddDynamic(
|
||||||
@@ -2067,8 +2069,6 @@ void ASGPawn::FImpl::TriggerEndTouch(const USGVirtualHandComponent* Hand, const
|
|||||||
Owner->OnActorEndTouch(Hand, Actor);
|
Owner->OnActorEndTouch(Hand, Actor);
|
||||||
}
|
}
|
||||||
|
|
||||||
ASGPawn::FImpl::~FImpl() = default;
|
|
||||||
|
|
||||||
void ASGPawn::FImplDeleter::operator()(const FImpl* P) const
|
void ASGPawn::FImplDeleter::operator()(const FImpl* P) const
|
||||||
{
|
{
|
||||||
delete P;
|
delete P;
|
||||||
|
|||||||
Reference in New Issue
Block a user