Auto stash before rebase of "origin/dev"

This commit is contained in:
Roel Algaba Brizuela 2021-04-13 19:03:15 +02:00 committed by bernat
parent cd1776cead
commit 5d2843c87f
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,6 @@
#include "DynamicRHI.h"
#include "DrawDebugHelpers.h"
#include "Kismet/GameplayStatics.h"
#include "Kismet/KismetSystemLibrary.h"
namespace cr = carla::road;
@ -71,6 +70,7 @@ void ACarlaGameModeBase::InitGame(
const FString &Options,
FString &ErrorMessage)
{
TRACE_CPUPROFILER_EVENT_SCOPE(ACarlaGameModeBase::InitGame);
Super::InitGame(MapName, Options, ErrorMessage);
UWorld* World = GetWorld();
@ -640,4 +640,4 @@ void ACarlaGameModeBase::OnUnloadStreamLevel()
void ACarlaGameModeBase::OnEpisodeSettingsChanged(const FEpisodeSettings &Settings)
{
CarlaSettingsDelegate->SetAllActorsDrawDistance(GetWorld(), Settings.MaxCullingDistance);
}
}