Update Unreal/CarlaUnreal/Plugins/Carla/Source/Carla/Settings/CarlaSettingsDelegate.cpp
Co-authored-by: Xavier Solé Nogués <xavisolesoft@gmail.com>
This commit is contained in:
parent
fbc7751a73
commit
a89f2d5d60
|
@ -237,7 +237,7 @@ void UCarlaSettingsDelegate::SetAllRoads(
|
|||
return;
|
||||
}
|
||||
AsyncTask(ENamedThreads::GameThread, [=]() {
|
||||
if (!world || !IsValid(world) )
|
||||
if (!world || !IsValid(world))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue