Fixed unused parameter warning.
This commit is contained in:
parent
2955fc8bb2
commit
6f68915425
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user