This commit is contained in:
zhongchao
2021-05-13 18:03:48 +08:00
parent 37256012ba
commit c316825da7
3 changed files with 3 additions and 3 deletions

View File

@@ -184,7 +184,7 @@ class BaseDrawer {
AdasRecognizedType recognizedType = AdasRecognizedType.valueFrom(type);
if (recognizedType == AdasRecognizedType.classIdCar
|| recognizedType == AdasRecognizedType.classIdTrafficTruck) {
return R.raw.tache; //todo otherCar be replacing tache for now to test,remember to fix
return R.raw.othercar; //todo otherCar be replacing tache for now to test,remember to fix
} else if (recognizedType == AdasRecognizedType.classIdTrafficBus) {
return R.raw.bus;
} else if (recognizedType == AdasRecognizedType.classIdBicycle