1
0
Fork 0
This commit is contained in:
ThorstenB 2012-01-29 10:44:28 +01:00
parent 3e08e5ecfe
commit 7b83b49260

View file

@ -60,8 +60,8 @@ FGTileMgr::FGTileMgr():
last_state( Running ), last_state( Running ),
vis( 16000 ), vis( 16000 ),
_terra_sync(NULL), _terra_sync(NULL),
_visibilityMeters = fgGetNode("/environment/visibility-m", true), _visibilityMeters(fgGetNode("/environment/visibility-m", true)),
_maxTileRangeM = fgGetNode("/sim/rendering/static-lod/bare", true) _maxTileRangeM(fgGetNode("/sim/rendering/static-lod/bare", true))
{ {
} }