Skip to content
Snippets Groups Projects
Commit 789d2683 authored by Sebastian Pape's avatar Sebastian Pape
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent df6c21b3
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ void UBasicVRInteractionComponent::EndInteraction() ...@@ -70,7 +70,7 @@ void UBasicVRInteractionComponent::EndInteraction()
if (GrabbedActor == nullptr) if (GrabbedActor == nullptr)
return; return;
// let the grabbed object reacot to release // let the grabbed object react to release
Cast<IGrabable>(GrabbedActor)->OnReleased_Implementation(); Cast<IGrabable>(GrabbedActor)->OnReleased_Implementation();
// Detach the Actor // Detach the Actor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment