Minimal debug fix
This commit is contained in:
parent
e9a0f2968d
commit
93a3ed4cd9
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue