From 48c83869c680630f3981fdafcd7237c0f01003be Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 5 Sep 2005 13:23:27 +0000 Subject: [PATCH] Fixed VisitorType of EventVisitor --- src/osgGA/EventVisitor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgGA/EventVisitor.cpp b/src/osgGA/EventVisitor.cpp index 3611a9818..00465c3b3 100644 --- a/src/osgGA/EventVisitor.cpp +++ b/src/osgGA/EventVisitor.cpp @@ -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) { }