Fixed unused parameter warning.

This commit is contained in:
Robert Osfield
2016-06-08 09:43:05 +01:00
parent 6f68915425
commit f213868673
2 changed files with 2 additions and 4 deletions

View File

@@ -812,7 +812,7 @@ void GeometryPool::applyLayers(osgTerrain::TerrainTile* tile, osg::StateSet* sta
}
}
osg::StateSet* GeometryPool::getRootStateSetForTerrain(Terrain* terrain)
osg::StateSet* GeometryPool::getRootStateSetForTerrain(Terrain* /*terrain*/)
{
//OSG_NOTICE<<"getRootStateSetForTerrain("<<terrain<<")"<<std::endl;
return _rootStateSet.get();