Skip to content

Commit 77af684

Browse files
committed
Fix ensure due to not calling super
1 parent 804eb50 commit 77af684

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Plugins/BulletHellExample/Source/BulletHellExample/Private/BulletHellSubsystem.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ void UBulletHellSubsystem::SpawnBullet(UMassEntityConfigAsset* BulletConfig, con
4444

4545
void UBulletHellSubsystem::OnWorldBeginPlay(UWorld& InWorld)
4646
{
47+
Super::OnWorldBeginPlay(InWorld);
48+
4749
if (InWorld.GetFirstPlayerController())
4850
{
4951
CachedPlayerPawn = InWorld.GetFirstPlayerController()->GetPawn();

0 commit comments

Comments
 (0)