Skip to content

Commit

Permalink
Fixes for post rebase from 1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKork committed Sep 26, 2024
1 parent 1d167f9 commit d323e27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/SequenceUnreal/DowngradeTester.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


#include "DowngradeTester.h"
#include "Authenticator.h"
#include "SequenceAuthenticator.h"


// Sets default values
Expand All @@ -27,7 +27,7 @@ void ADowngradeTester::Tick(float DeltaTime)

void ADowngradeTester::Authenticate()
{
UAuthenticator * Authenticator = NewObject<UAuthenticator>();
USequenceAuthenticator * Authenticator = NewObject<USequenceAuthenticator>();
const FStoredCredentials_BE Credentials = Authenticator->GetStoredCredentials();
if (!Credentials.GetValid())
{
Expand Down

0 comments on commit d323e27

Please sign in to comment.