Fixed unused parameter warning.

This commit is contained in:
Robert Osfield 2016-06-08 09:38:22 +01:00
parent 2955fc8bb2
commit 6f68915425

View File

@ -486,7 +486,7 @@ public:
}
}
void addBoundaryToGeometry(osg::Geometry* geometry, float targetThickness, const std::string& faceName, const std::string& bevelName)
void addBoundaryToGeometry(osg::Geometry* geometry, float /*targetThickness*/, const std::string& faceName, const std::string& bevelName)
{
if (_segments.empty()) return;