From cb1aaff0d281a13eb8960fa118d0093b09418475 Mon Sep 17 00:00:00 2001 From: marcgpuig Date: Tue, 11 Dec 2018 14:37:51 +0100 Subject: [PATCH] AddSpawners disabled by default --- Unreal/CarlaUE4/Plugins/Carla/Source/Carla/OpenDriveActor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/OpenDriveActor.h b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/OpenDriveActor.h index cf8533f59..ccc89ac2e 100644 --- a/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/OpenDriveActor.h +++ b/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/OpenDriveActor.h @@ -59,7 +59,7 @@ private: /// If true, spawners will be placed when generating the routes UPROPERTY(Category = "Spawners", EditAnywhere) - bool bAddSpawners = true; + bool bAddSpawners = false; /// Determine the height where the spawners will be placed, relative to each RoutePlanner UPROPERTY(Category = "Spawners", EditAnywhere)