diff --git a/include/osg/Node b/include/osg/Node index 3f1eeaecf..6a631b20a 100644 --- a/include/osg/Node +++ b/include/osg/Node @@ -174,9 +174,9 @@ class SG_EXPORT Node : public Object typedef unsigned int NodeMask; - /** Set the node mask. Note, node mask is will be replaced by TraversalMask.*/ + /** Set the node mask.*/ inline void setNodeMask(NodeMask nm) { _nodeMask = nm; } - /** Get the node Mask. Note, node mask is will be replaced by TraversalMask.*/ + /** Get the node Mask.*/ inline NodeMask getNodeMask() const { return _nodeMask; }