Whoops
This commit is contained in:
parent
d005074ce4
commit
f09e9b0872
|
@ -20,7 +20,7 @@ UCarlaEpisode::UCarlaEpisode(const FObjectInitializer &ObjectInitializer)
|
|||
const AWorldObserver *UCarlaEpisode::StartWorldObserver(carla::streaming::MultiStream Stream)
|
||||
{
|
||||
UE_LOG(LogCarla, Log, TEXT("Starting AWorldObserver sensor"));
|
||||
check(WorldObserver != nullptr);
|
||||
check(WorldObserver == nullptr);
|
||||
auto *World = GetWorld();
|
||||
check(World != nullptr);
|
||||
WorldObserver = World->SpawnActorDeferred<AWorldObserver>(
|
||||
|
|
Loading…
Reference in New Issue