Fix 75% Loading Bug
This commit is contained in:
parent
2649f59608
commit
6b85d2e702
@ -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;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user