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:
Blyron 2024-04-11 14:55:47 +02:00 committed by Xavier Solé Nogués
parent a89f2d5d60
commit 4dbc37712c
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ void UCarlaSettingsDelegate::SetAllActorsDrawDistance(UWorld *world, const float
/// @TODO: use semantics to grab all actors by type
/// (vehicles,ground,people,props) and set different distances configured in
/// the global properties
if (!world || !IsValid(world))
if (!IsValid(world))
{
return;
}