Skip to content
Snippets Groups Projects
Commit 8df591ea authored by David Gilbert's avatar David Gilbert :bug:
Browse files

style(interaction): Makes clang formatting happy.

parent ec484459
No related branches found
No related tags found
1 merge request!113Pull dev/5.4 changes into dev/5.5
Pipeline #579182 passed
......@@ -76,7 +76,7 @@ void UDirectInteractionComponent::TickComponent(float DeltaTime, ELevelTick Tick
ComponentsToRemove.Add(PrevInteractableComp); // might have to use indices here
continue;
}
if (!CurrentInteractableCompsInRange.Contains(PrevInteractableComp))
{
ComponentsToRemove.AddUnique(PrevInteractableComp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment