mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
oopsy, infinite recursion
This commit is contained in:
parent
ad981aaee2
commit
7b03687dff
@ -229,7 +229,7 @@ output(ostream &out) const {
|
|||||||
BoundingVolume *qpCollisionNode::
|
BoundingVolume *qpCollisionNode::
|
||||||
recompute_internal_bound() {
|
recompute_internal_bound() {
|
||||||
// First, get ourselves a fresh, empty bounding volume.
|
// First, get ourselves a fresh, empty bounding volume.
|
||||||
BoundingVolume *bound = PandaNode::recompute_bound();
|
BoundingVolume *bound = PandaNode::recompute_internal_bound();
|
||||||
nassertr(bound != (BoundingVolume *)NULL, bound);
|
nassertr(bound != (BoundingVolume *)NULL, bound);
|
||||||
|
|
||||||
// Now actually compute the bounding volume by putting it around all
|
// Now actually compute the bounding volume by putting it around all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user