Removed _traverseNumber variable that was duplicating the one in NodeVisitor base class
This commit is contained in:
@@ -48,7 +48,6 @@ CullVisitor::CullVisitor():
|
||||
osg::NodeVisitor(CULL_VISITOR,TRAVERSE_ACTIVE_CHILDREN),
|
||||
_currentStateGraph(NULL),
|
||||
_currentRenderBin(NULL),
|
||||
_traversalNumber(0),
|
||||
_computed_znear(FLT_MAX),
|
||||
_computed_zfar(-FLT_MAX),
|
||||
_currentReuseRenderLeafIndex(0),
|
||||
@@ -63,7 +62,6 @@ CullVisitor::CullVisitor(const CullVisitor& rhs):
|
||||
CullStack(rhs),
|
||||
_currentStateGraph(NULL),
|
||||
_currentRenderBin(NULL),
|
||||
_traversalNumber(0),
|
||||
_computed_znear(FLT_MAX),
|
||||
_computed_zfar(-FLT_MAX),
|
||||
_currentReuseRenderLeafIndex(0),
|
||||
|
||||
Reference in New Issue
Block a user