Minimal debug fix

This commit is contained in:
Marc Garcia Puig 2020-07-30 10:10:45 +02:00
parent e9a0f2968d
commit 93a3ed4cd9
1 changed files with 3 additions and 0 deletions

View File

@ -123,6 +123,9 @@ FString ATagger::GetTagAsString(const ECityObjectLabel Label)
CARLA_GET_LABEL_STR(Vegetation) CARLA_GET_LABEL_STR(Vegetation)
CARLA_GET_LABEL_STR(Vehicles) CARLA_GET_LABEL_STR(Vehicles)
CARLA_GET_LABEL_STR(Walls) CARLA_GET_LABEL_STR(Walls)
CARLA_GET_LABEL_STR(Sky)
CARLA_GET_LABEL_STR(Ground)
CARLA_GET_LABEL_STR(Bridge)
#undef CARLA_GET_LABEL_STR #undef CARLA_GET_LABEL_STR
} }
} }