Skip to content
Snippets Groups Projects
Commit 25f1f862 authored by David Gilbert's avatar David Gilbert :bug: Committed by David Gilbert
Browse files

format(Navigation): Makes clang format happy

parent e72b5bbd
No related branches found
No related tags found
2 merge requests!80UE5.3-2023.1-rc2,!74fix(movement): Fixes crash due to unique naming in TeleportationComponent
Pipeline #347330 passed
......@@ -29,7 +29,8 @@ void UTeleportationComponent::SetupPlayerInput(UInputComponent* PlayerInputCompo
if (!BPTeleportVisualizer)
{
UE_LOG(Toolkit, Error, TEXT("SetupPlayerInput: BPTeleportVisualizer must be set to an Actor class that can be spawned!"));
UE_LOG(Toolkit, Error,
TEXT("SetupPlayerInput: BPTeleportVisualizer must be set to an Actor class that can be spawned!"));
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment