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
Branches
Tags
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 ...@@ -37,7 +37,9 @@ void UCollisionHandlingMovement::TickComponent(float DeltaTime, enum ELevelTick
{ {
if (ShouldSkipUpdate(DeltaTime)) if (ShouldSkipUpdate(DeltaTime))
{
return; return;
}
const AController* Controller = PawnOwner->GetController(); const AController* Controller = PawnOwner->GetController();
if (Controller && Controller->IsLocalController()) 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