更新 'simgear/scene/tgdb/obj.cxx'

This commit is contained in:
2022-12-09 13:17:32 +08:00
parent 8577cbfbef
commit 33aad9aee1

View File

@@ -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);
}
}