Fixed unused parameter warning.

This commit is contained in:
Robert Osfield
2016-06-08 10:51:45 +01:00
parent 4e442f483f
commit 19ec9bbef6
5 changed files with 6 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ static unsigned int LAYER_7( 0x80000000 >> 6 );
bool
FltExportVisitor::isLit( const osg::Geometry& geom ) const
FltExportVisitor::isLit( const osg::Geometry& /*geom*/ ) const
{
const osg::StateSet* ss = getCurrentStateSet();
if ( ss->getMode( GL_LIGHTING ) & osg::StateAttribute::ON )