Skip to content
Snippets Groups Projects
Commit ec0297c4 authored by Marcel Krüger's avatar Marcel Krüger
Browse files

Remove erroneous return statement

parent 7abde215
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,6 @@ void UBasicVRInteractionComponent::TickComponent(float DeltaTime, ELevelTick Tic ...@@ -144,7 +144,6 @@ void UBasicVRInteractionComponent::TickComponent(float DeltaTime, ELevelTick Tic
{ {
InteractionRay->SetVisibility(false); InteractionRay->SetVisibility(false);
} }
return;
// Execute leave event on the actor that lost the focus if there was one // Execute leave event on the actor that lost the focus if there was one
if (LastActorHit && LastActorHit->Implements<UTargetable>()) if (LastActorHit && LastActorHit->Implements<UTargetable>())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment