Fixed ignored qualifiers warning
This commit is contained in:
parent
43f8a13d03
commit
54aa65f496
@ -106,7 +106,7 @@ public:
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual bool handle(const osgGA::GUIEventAdapter& ea, osgGA::GUIActionAdapter& aa, osg::Object* object, osg::NodeVisitor* nv)
|
virtual bool handle(const osgGA::GUIEventAdapter& ea, osgGA::GUIActionAdapter& /*aa*/, osg::Object* object, osg::NodeVisitor* nv)
|
||||||
{
|
{
|
||||||
osg::Camera* camera = dynamic_cast<osg::Camera*>(object);
|
osg::Camera* camera = dynamic_cast<osg::Camera*>(object);
|
||||||
if (!camera) return false;
|
if (!camera) return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user