From 33aad9aee1d4c84f87c8d4e01b7437e31226726d Mon Sep 17 00:00:00 2001 From: zhongjin Date: Fri, 9 Dec 2022 13:17:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'simgear/scene/tgdb/obj.cx?= =?UTF-8?q?x'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simgear/scene/tgdb/obj.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/simgear/scene/tgdb/obj.cxx b/simgear/scene/tgdb/obj.cxx index b76055cf..611ce9d2 100644 --- a/simgear/scene/tgdb/obj.cxx +++ b/simgear/scene/tgdb/obj.cxx @@ -134,7 +134,8 @@ SGLoadBTG(const std::string& path, const simgear::SGReaderWriterOptions* options stateSet->setTextureAttributeAndModes(15, orthophoto->getTexture(), osg::StateAttribute::ON); orthophotoAvailable->set(true); - SG_LOG(SG_OSG, SG_INFO, "Applying satellite orthophoto to terrain object with path " << path); + //zhongjin + //SG_LOG(SG_OSG, SG_INFO, "Applying satellite orthophoto to terrain object with path " << path); } }