1
0
Fork 0

Avoid compiler warning.

This commit is contained in:
ThorstenB 2011-06-12 13:45:10 +02:00
parent 2d723d0e13
commit d767fe1696

View file

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