Avoid compiler warning.
This commit is contained in:
parent
2d723d0e13
commit
d767fe1696
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@ private:
|
|||
FGTileMgr::FGTileMgr():
|
||||
state( Start ),
|
||||
vis( 16000 ),
|
||||
_propListener(new LoaderPropertyWatcher(this)),
|
||||
_terra_sync(NULL)
|
||||
_terra_sync(NULL),
|
||||
_propListener(new LoaderPropertyWatcher(this))
|
||||
{
|
||||
_randomObjects = fgGetNode("/sim/rendering/random-objects", true);
|
||||
_randomVegetation = fgGetNode("/sim/rendering/random-vegetation", true);
|
||||
|
|
Loading…
Add table
Reference in a new issue