Skip to content
Snippets Groups Projects

style(interaction): fixes clang-formatting error

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -98,7 +98,7 @@ void UIntenSelectable::InitDefaultBehaviourReferences()
@@ -98,7 +98,7 @@ void UIntenSelectable::InitDefaultBehaviourReferences()
// Scoring
// Scoring
TSet<UActorComponent*> AllComponents = GetOwner()->GetComponents();
TSet<UActorComponent*> AllComponents = GetOwner()->GetComponents();
for (UActorComponent * c : AllComponents)
for (UActorComponent* c : AllComponents)
{
{
if (UIntenSelectableScoring* TryToGetScoring = Cast<UIntenSelectableScoring>(c))
if (UIntenSelectableScoring* TryToGetScoring = Cast<UIntenSelectableScoring>(c))
{
{
Loading