Skip to content
Snippets Groups Projects

Hotfix: Intenselect and InputActions

Merged David Gilbert requested to merge dev/5.3 into 5.3
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -43,7 +43,7 @@ void UIntenSelectable::BeginPlay()
if (AttachedIntenSelectables.Num() > 1)
{
if (!ScoringBehaviours.Num() == 0)
if (ScoringBehaviours.Num() == 0)
{
ShowErrorAndQuit(
"Please assign the Scoring Behaviour manually when using more than one IntenSelectable Component!");
Loading