[Change]修改支持出租车3D模型切换

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2021-11-11 18:40:46 +08:00
parent c29462e603
commit be860d15c1
2 changed files with 1 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ class DebugSettingView @JvmOverloads constructor(
tbChangeCurrentCarIcon.setOnCheckedChangeListener { buttonView, isChecked ->
if (!isChecked) {
// 替换为出租车图标
CallerHDMapManager.changeCurrentIcon(R.raw.xiaobache)
CallerHDMapManager.changeCurrentIcon(R.raw.chuzuche)
} else {
// 替换为小巴车图标
CallerHDMapManager.changeCurrentIcon(R.raw.xiaobache)