Skip to content
Snippets Groups Projects

update refactor branch with latest dev changes

Merged David Gilbert requested to merge dev/5.3 into refactor/interaction_replication
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -98,7 +98,7 @@ void UIntenSelectable::InitDefaultBehaviourReferences()
// Scoring
TSet<UActorComponent*> AllComponents = GetOwner()->GetComponents();
for (UActorComponent * c : AllComponents)
for (UActorComponent* c : AllComponents)
{
if (UIntenSelectableScoring* TryToGetScoring = Cast<UIntenSelectableScoring>(c))
{
Loading