Skip to content

Commit

Permalink
Fix typo from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dyanikoglu committed Apr 17, 2022
1 parent d3cbccf commit 9f1bf64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void UALSCharacterAnimInstance::NativeInitializeAnimation()
Character = Cast<AALSBaseCharacter>(TryGetPawnOwner());
if (Character)
{
Character->OnJumpedDelegate.AddDynamicUnique(this, &UALSCharacterAnimInstance::OnJumped);
Character->OnJumpedDelegate.AddUniqueDynamic(this, &UALSCharacterAnimInstance::OnJumped);
}
}

Expand Down

0 comments on commit 9f1bf64

Please sign in to comment.