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:52:26 +02:00 committed by Xavier Solé Nogués
parent 4183a69f07
commit 8285e1cdd7
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ void UCarlaSettingsDelegate::CheckCarlaSettings(UWorld *world)
{
return;
}
if (world == nullptr || !IsValid(world) )
if (!IsValid(world))
{
world = GetLocalWorld();
}