Fixed VisitorType of EventVisitor
This commit is contained in:
@@ -18,7 +18,7 @@ using namespace osg;
|
||||
using namespace osgGA;
|
||||
|
||||
EventVisitor::EventVisitor()
|
||||
: NodeVisitor(UPDATE_VISITOR,TRAVERSE_ALL_CHILDREN),
|
||||
: NodeVisitor(EVENT_VISITOR,TRAVERSE_ALL_CHILDREN),
|
||||
_handled(false)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user