Fixed VisitorType of EventVisitor

This commit is contained in:
Robert Osfield
2005-09-05 13:23:27 +00:00
parent b8d7a3bf44
commit 48c83869c6

View File

@@ -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)
{
}