From 18b6c87d7dbf3a201dde481421357c724e4a3b8b Mon Sep 17 00:00:00 2001 From: zhongjin Date: Thu, 24 Nov 2022 15:37:27 +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, 2 deletions(-) diff --git a/simgear/scene/tsync/terrasync.cxx b/simgear/scene/tsync/terrasync.cxx index 6d8886ca..819b0e6d 100644 --- a/simgear/scene/tsync/terrasync.cxx +++ b/simgear/scene/tsync/terrasync.cxx @@ -1348,8 +1348,6 @@ void SGTerraSync::update(double) enabled = false; - _stop = true; - //_workerThread->stop(); _retryBackOffSeconds = std::min(_retryBackOffSeconds + 60, 60u * 15);