Skip to content
Snippets Groups Projects
Commit 60bd5087 authored by Kris Tabea Helwig's avatar Kris Tabea Helwig
Browse files

style(movement): clang format

parent 756bde96
No related branches found
No related tags found
2 merge requests!107UE5.4-2024.1-rc1,!91Interaction refactoring and replication
Pipeline #476683 passed
......@@ -37,7 +37,9 @@ void UCollisionHandlingMovement::TickComponent(float DeltaTime, enum ELevelTick
{
if (ShouldSkipUpdate(DeltaTime))
{
return;
}
const AController* Controller = PawnOwner->GetController();
if (Controller && Controller->IsLocalController())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment