更新 'src/Scenery/tilemgr.cxx'

This commit is contained in:
zhongjin 2022-11-14 13:52:26 +08:00
parent 44ef3fa6b4
commit a1caf8f94f

View File

@ -228,7 +228,7 @@ void FGTileMgr::reinit()
}
//zhongjin 自动下载卫星图像
if ( fgGetNode("/sim/rendering/scenery-path-suffix",false)) {
if ( fgGetNode("/sim/rendering/photoscenery/enabled",false)) {
scenerySuffixes.push_back("Orthophotos");
}