Added and extra s to the Vehicles folder

This commit is contained in:
Marc Garcia Puig 2020-08-28 15:47:37 +02:00
parent 1726e88192
commit 44225dabb4
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ ECityObjectLabel ATagger::GetLabelByFolderName(const FString &String) {
else if (String == "SideWalk") return ECityObjectLabel::Sidewalks;
else if (String == "TrafficSign") return ECityObjectLabel::TrafficSigns;
else if (String == "Vegetation") return ECityObjectLabel::Vegetation;
else if (String == "Vehicle") return ECityObjectLabel::Vehicles;
else if (String == "Vehicles") return ECityObjectLabel::Vehicles;
else if (String == "Wall") return ECityObjectLabel::Walls;
else if (String == "Sky") return ECityObjectLabel::Sky;
else if (String == "Ground") return ECityObjectLabel::Ground;