Fixed unused parameter warning.
This commit is contained in:
parent
0223fff99c
commit
e6252256e0
@ -85,7 +85,7 @@ public:
|
|||||||
_terrain(terrain),
|
_terrain(terrain),
|
||||||
_mtc(mtc) {}
|
_mtc(mtc) {}
|
||||||
|
|
||||||
bool handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIActionAdapter& aa)
|
bool handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIActionAdapter& /*aa*/)
|
||||||
{
|
{
|
||||||
switch(ea.getEventType())
|
switch(ea.getEventType())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user