Fixed unused parameter warning.

This commit is contained in:
Robert Osfield 2016-06-08 12:16:58 +01:00
parent 6fab8cadd3
commit d9ddf7c5be

View File

@ -30,7 +30,7 @@
// Creates a stateset which contains a 1D texture which is populated by contour banded color,
// and allows tex gen to override the S texture coordinate
osg::StateSet* create1DTextureStateToDecorate(osg::Node* loadedModel)
osg::StateSet* create1DTextureStateToDecorate(osg::Node* /*loadedModel*/)
{
osg::Image* image = new osg::Image;