Fixed unused parameter warning.
This commit is contained in:
parent
0cb00424ee
commit
b72929d84b
@ -188,7 +188,7 @@ public:
|
||||
TerrainHandler(osgTerrain::Terrain* terrain):
|
||||
_terrain(terrain) {}
|
||||
|
||||
bool handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIActionAdapter& aa)
|
||||
bool handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIActionAdapter& /*aa*/)
|
||||
{
|
||||
switch(ea.getEventType())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user