Fixed unused parameter warning.
This commit is contained in:
parent
0acb419cf5
commit
6fab8cadd3
@ -87,7 +87,7 @@ public:
|
||||
{
|
||||
m_rPatSphere = pPatSphere;
|
||||
}
|
||||
virtual bool handle( const osgGA::GUIEventAdapter& ea, osgGA::GUIActionAdapter& aa, osg::Object* pObject, osg::NodeVisitor* pNodeVisitor )
|
||||
virtual bool handle( const osgGA::GUIEventAdapter& ea, osgGA::GUIActionAdapter& aa, osg::Object* /*pObject*/, osg::NodeVisitor* /*pNodeVisitor*/ )
|
||||
{
|
||||
osgViewer::Viewer* pViewer = dynamic_cast<osgViewer::Viewer*>(&aa);
|
||||
if ( !pViewer )
|
||||
|
Loading…
Reference in New Issue
Block a user