Fixed unused parameter warning.
This commit is contained in:
parent
832fc29fc1
commit
0223fff99c
@ -160,7 +160,7 @@ class RotateUpdateCallback : public osg::NodeCallback
|
||||
{
|
||||
public:
|
||||
RotateUpdateCallback() { i=0;}
|
||||
virtual void operator()(osg::Node* node, osg::NodeVisitor* nv)
|
||||
virtual void operator()(osg::Node* node, osg::NodeVisitor* /*nv*/)
|
||||
{
|
||||
osgSim::SphereSegment * ss = dynamic_cast<osgSim::SphereSegment *>(node);
|
||||
if (ss)
|
||||
|
Loading…
Reference in New Issue
Block a user