Fixed unused parameter warning.

This commit is contained in:
Robert Osfield 2016-06-08 12:10:00 +01:00
parent 0223fff99c
commit e6252256e0

View File

@ -85,7 +85,7 @@ public:
_terrain(terrain),
_mtc(mtc) {}
bool handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIActionAdapter& aa)
bool handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIActionAdapter& /*aa*/)
{
switch(ea.getEventType())
{