Fix 75% Loading Bug

This commit is contained in:
Philip W 2024-11-11 20:12:26 +00:00
parent 2649f59608
commit 6b85d2e702

View File

@ -8,7 +8,7 @@ AMonolithGameMode::AMonolithGameMode()
: Super()
{
// set default pawn class to our Blueprinted character
static ConstructorHelpers::FClassFinder<APawn> PlayerPawnClassFinder(TEXT("/Game/FirstPerson/Blueprints/BP_FirstPersonCharacter"));
DefaultPawnClass = PlayerPawnClassFinder.Class;
// static ConstructorHelpers::FClassFinder<APawn> PlayerPawnClassFinder(TEXT("/Game/FirstPerson/Blueprints/BP_FirstPersonCharacter"));
// DefaultPawnClass = PlayerPawnClassFinder.Class;
}