From 7c09c0f664cd3eaeef509feea5bccf86b9b95ad7 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Thu, 24 Nov 2022 15:16:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'simgear/scene/tsync/terra?= =?UTF-8?q?sync.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simgear/scene/tsync/terrasync.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/scene/tsync/terrasync.cxx b/simgear/scene/tsync/terrasync.cxx index 8d3516d0..3f44070d 100644 --- a/simgear/scene/tsync/terrasync.cxx +++ b/simgear/scene/tsync/terrasync.cxx @@ -1356,7 +1356,7 @@ void SGTerraSync::update(double) //zhongjin //NAPTR 查询失败后处理 - _retryTime = SGTimeStamp::now() -S GTimeStamp::fromSec(seconds); + _retryTime = SGTimeStamp::now() - SGTimeStamp::fromSec(seconds); //end