diff --git a/Source/RWTHVRToolkit/Private/Pawn/Navigation/TeleportationComponent.cpp b/Source/RWTHVRToolkit/Private/Pawn/Navigation/TeleportationComponent.cpp index d390d7cb36c4c28c626d6b91dae7b6d2a137d541..11cb1622ebd1673dfaa00475b55bbc1692846f93 100644 --- a/Source/RWTHVRToolkit/Private/Pawn/Navigation/TeleportationComponent.cpp +++ b/Source/RWTHVRToolkit/Private/Pawn/Navigation/TeleportationComponent.cpp @@ -29,7 +29,7 @@ void UTeleportationComponent::SetupPlayerInput(UInputComponent* PlayerInputCompo if (!BPTeleportVisualizer) { - UE_LOG(Toolkit, Error, TEXT("SetupPlayerInput: BPTeleportVisualizer must be set to a blueprint")); + UE_LOG(Toolkit, Error, TEXT("SetupPlayerInput: BPTeleportVisualizer must be set to a blueprint")); return; }