Fixed unused parameter warning.
This commit is contained in:
parent
93a8b916cc
commit
fe2b4f92a1
@ -330,7 +330,7 @@ void MovieEventHandler::set(osg::Node* node)
|
||||
}
|
||||
|
||||
|
||||
bool MovieEventHandler::handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIActionAdapter& aa, osg::Object*, osg::NodeVisitor* nv)
|
||||
bool MovieEventHandler::handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIActionAdapter&, osg::Object*, osg::NodeVisitor*)
|
||||
{
|
||||
switch(ea.getEventType())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user