diff --git a/direct/src/actor/Actor.py b/direct/src/actor/Actor.py index d07779277d..5f50fc3a1d 100644 --- a/direct/src/actor/Actor.py +++ b/direct/src/actor/Actor.py @@ -1052,10 +1052,10 @@ class Actor(DirectObject, NodePath): numGeoms = thisGeomNode.node().getNumGeoms() for geomNum in range(0, numGeoms): thisGeom = thisGeomNode.node().getGeom(geomNum) - thisGeom.markBoundStale() + thisGeom.markBoundsStale() assert Actor.notify.debug("fixing bounds for node %s, geom %s" % \ (nodeNum, geomNum)) - thisGeomNode.node().markBoundStale() + thisGeomNode.node().markInternalBoundsStale() def showAllBounds(self): """