Fixed unused parameter warning.

This commit is contained in:
Robert Osfield
2016-06-08 09:48:39 +01:00
parent c7b64cb9a7
commit 2acca80be8

View File

@@ -346,7 +346,7 @@ private:
osg::Matrix m_mat;
bool m_dontSaveNormals;
inline void operator () (const osg::Vec3& _v1, const osg::Vec3& _v2, const osg::Vec3& _v3, bool treatVertexDataAsTemporary)
inline void operator () (const osg::Vec3& _v1, const osg::Vec3& _v2, const osg::Vec3& _v3, bool /*treatVertexDataAsTemporary*/)
{
osg::Vec3 v1 = _v1 * m_mat;
osg::Vec3 v2 = _v2 * m_mat;