Correct spaces and tabulations
This commit is contained in:
parent
5d2843c87f
commit
a118cffcc1
|
@ -225,6 +225,7 @@ void ACarlaGameModeBase::BeginPlay()
|
|||
Light->BeginPlay();
|
||||
}
|
||||
}
|
||||
EnableOverlapEvents();
|
||||
}
|
||||
|
||||
void ACarlaGameModeBase::Tick(float DeltaSeconds)
|
||||
|
@ -353,7 +354,7 @@ void ACarlaGameModeBase::CheckForEmptyMeshes()
|
|||
}
|
||||
}
|
||||
|
||||
void ACarlaGameModeBase::EnableCarSimChronoOverlapEvents()
|
||||
void ACarlaGameModeBase::EnableOverlapEvents()
|
||||
{
|
||||
TArray<AActor*> WorldActors;
|
||||
UGameplayStatics::GetAllActorsOfClass(GetWorld(), AStaticMeshActor::StaticClass(), WorldActors);
|
||||
|
|
|
@ -75,7 +75,7 @@ public:
|
|||
|
||||
void EnableEnvironmentObjects(const TSet<uint64>& EnvObjectIds, bool Enable);
|
||||
|
||||
void EnableCarSimChronoOverlapEvents();
|
||||
void EnableOverlapEvents();
|
||||
|
||||
void CheckForEmptyMeshes();
|
||||
|
||||
|
|
Loading…
Reference in New Issue