fix bug of map track to show and froze frame obj

This commit is contained in:
zhongchao
2022-06-30 16:19:34 +08:00
parent 70a8ea89c6
commit 9c033855af
6 changed files with 8 additions and 19 deletions

View File

@@ -156,19 +156,6 @@ public class BaseDrawer {
};
}
/**
* 返回当前自车SNTP时间
*
* @return SNTP时间
*/
protected long getCurSatelliteTime() {
long satelliteTime = CallerAutoPilotStatusListenerManager.INSTANCE.getCurWgs84SatelliteTime();
if (satelliteTime == 0) {
return System.currentTimeMillis();
}
return satelliteTime;
}
/**
* 模型颜色
*/