From Lewis Harmon, fixes to the Node and NodeCallback constructors.

This commit is contained in:
Robert Osfield
2004-10-01 22:05:40 +00:00
parent 5ecfb11e1b
commit 9af350eb41
3 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ Node::Node()
Node::Node(const Node& node,const CopyOp& copyop):
Object(node,copyop),
_bsphere(_bsphere),
_bsphere(node._bsphere),
_bsphere_computed(node._bsphere_computed),
_name(node._name),
_parents(), // leave empty as parentList is managed by Group.