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

This commit is contained in:
zhongjin 2022-11-24 15:37:27 +08:00
parent febafabff8
commit 18b6c87d7d

View File

@ -1348,8 +1348,6 @@ void SGTerraSync::update(double)
enabled = false;
_stop = true;
//_workerThread->stop();
_retryBackOffSeconds = std::min(_retryBackOffSeconds + 60, 60u * 15);