oopsy, infinite recursion

This commit is contained in:
David Rose 2002-03-16 21:17:15 +00:00
parent ad981aaee2
commit 7b03687dff

View File

@ -229,7 +229,7 @@ output(ostream &out) const {
BoundingVolume *qpCollisionNode::
recompute_internal_bound() {
// First, get ourselves a fresh, empty bounding volume.
BoundingVolume *bound = PandaNode::recompute_bound();
BoundingVolume *bound = PandaNode::recompute_internal_bound();
nassertr(bound != (BoundingVolume *)NULL, bound);
// Now actually compute the bounding volume by putting it around all