fix bug of map track to show and froze frame obj
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
* 模型颜色
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user