Oops...
This commit is contained in:
parent
3e08e5ecfe
commit
7b83b49260
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue