Skip to content
Snippets Groups Projects
Commit 195aa4e4 authored by Faysal Qurabi's avatar Faysal Qurabi
Browse files

Ein Versuch zum Testen ob git funktioniert!

parent f5cdb37b
Branches
Tags
No related merge requests found
......@@ -196,7 +196,7 @@ void AVirtualRealityPawn::OnOverlapBegin(UPrimitiveComponent * OverlappedComp, A
//{
// HasContact = true;
// DistancBetwCollisionAndClossestPointOnSurface = OtherComp->GetDistanceToCollision(SphereCollisionComponent->GetComponentLocation(), closestPointOnSurface);//Gibt die Entfernung zur nchstgelegenen Krperinstanzoberflche zurck.
//}
}
void AVirtualRealityPawn::OnOverlapEnd(UPrimitiveComponent * OverlappedComp, AActor * OtherActor, UPrimitiveComponent * OtherComp, int32 OtherBodyIndex)
......@@ -204,7 +204,7 @@ void AVirtualRealityPawn::OnOverlapEnd(UPrimitiveComponent * OverlappedComp, AAc
//if (OtherActor && (OtherActor != this) && OtherComp)
//{
// HasContact = false;
//}
}
void AVirtualRealityPawn::BeginPlay()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment