更新 'simgear/scene/tsync/terrasync.cxx'

This commit is contained in:
zhongjin 2022-11-24 15:16:37 +08:00
parent 09a3d9cd92
commit 7c09c0f664

View File

@ -1356,7 +1356,7 @@ void SGTerraSync::update(double)
//zhongjin
//NAPTR 查询失败后处理
_retryTime = SGTimeStamp::now() -S GTimeStamp::fromSec(seconds);
_retryTime = SGTimeStamp::now() - SGTimeStamp::fromSec(seconds);
//end