From ec0297c477130855f97d703ee64ef38f21777601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Kr=C3=BCger?= <krueger@vr.rwth-aachen.de> Date: Tue, 29 Jun 2021 11:41:10 +0200 Subject: [PATCH] Remove erroneous return statement --- .../Private/Pawn/BasicVRInteractionComponent.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/DisplayClusterExtensions/Private/Pawn/BasicVRInteractionComponent.cpp b/Source/DisplayClusterExtensions/Private/Pawn/BasicVRInteractionComponent.cpp index 3c205f3..bd2bc48 100644 --- a/Source/DisplayClusterExtensions/Private/Pawn/BasicVRInteractionComponent.cpp +++ b/Source/DisplayClusterExtensions/Private/Pawn/BasicVRInteractionComponent.cpp @@ -144,7 +144,6 @@ void UBasicVRInteractionComponent::TickComponent(float DeltaTime, ELevelTick Tic { InteractionRay->SetVisibility(false); } - return; // Execute leave event on the actor that lost the focus if there was one if (LastActorHit && LastActorHit->Implements<UTargetable>()) -- GitLab