[6.2.6] fix bug of far away car model
This commit is contained in:
@@ -157,6 +157,9 @@ enum class TrafficTypeEnum(
|
||||
TYPE_TRAFFIC_ID_CAMERA.type -> R.raw.shexiangtou
|
||||
TYPE_TRAFFIC_ID_SPECIAL_VEHICLE.type -> R.raw.special_vehicle
|
||||
TYPE_TRAFFIC_ID_DAO_LU_SHI_GONG.type -> R.raw.v2x_shigong_warning
|
||||
TYPE_TRAFFIC_ID_LUCE_TA_CHE.type -> R.raw.lucexiaoche
|
||||
TYPE_TRAFFIC_ID_LUCE_BUS.type -> R.raw.lucedaba
|
||||
TYPE_TRAFFIC_ID_LUCE_TRUCK.type -> R.raw.lucedaba
|
||||
else -> R.raw.traffic_xiankuang
|
||||
}
|
||||
} else {
|
||||
@@ -191,6 +194,9 @@ enum class TrafficTypeEnum(
|
||||
TYPE_TRAFFIC_ID_CAMERA.type -> R.raw.shexiangtou
|
||||
TYPE_TRAFFIC_ID_SPECIAL_VEHICLE.type -> R.raw.special_vehicle
|
||||
TYPE_TRAFFIC_ID_DAO_LU_SHI_GONG.type -> R.raw.v2x_shigong_warning
|
||||
TYPE_TRAFFIC_ID_LUCE_TA_CHE.type -> R.raw.lucexiaoche
|
||||
TYPE_TRAFFIC_ID_LUCE_BUS.type -> R.raw.lucedaba
|
||||
TYPE_TRAFFIC_ID_LUCE_TRUCK.type -> R.raw.lucedaba
|
||||
else -> R.raw.traffic_xiankuang
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user