Skip to content
Snippets Groups Projects
Commit 525f3b00 authored by Kamil Karwacki's avatar Kamil Karwacki
Browse files

deleted deprecated variable

parent 0bb6ff02
Branches
Tags
No related merge requests found
// Fill out your copyright notice in the Description page of Project Settings. // Fill out your copyright notice in the Description page of Project Settings.
#include "Pawn/BasicVRInteractionComponent.h" #include "Pawn/BasicVRInteractionComponent.h"
...@@ -135,7 +135,6 @@ void UBasicVRInteractionComponent::HandlePhysicsAndAttachActor(AActor* HitActor) ...@@ -135,7 +135,6 @@ void UBasicVRInteractionComponent::HandlePhysicsAndAttachActor(AActor* HitActor)
ComponentSimulatingPhysics = PhysicsSimulatingComp; ComponentSimulatingPhysics = PhysicsSimulatingComp;
} }
else { else {
bDidSimulatePhysics = false;
HitActor->GetRootComponent()->AttachToComponent(InteractionRayEmitter, Rules); HitActor->GetRootComponent()->AttachToComponent(InteractionRayEmitter, Rules);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment