From 238d71e31e13f45b39a54433023a1002b5ba79db Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 19 Feb 2001 20:28:16 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/mathutil/boundingSphere.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/mathutil/boundingSphere.cxx b/panda/src/mathutil/boundingSphere.cxx index dde7600d84..7089cf57de 100644 --- a/panda/src/mathutil/boundingSphere.cxx +++ b/panda/src/mathutil/boundingSphere.cxx @@ -210,6 +210,7 @@ around_points(const LPoint3f *first, const LPoint3f *last) { // Only one point; we have a radius of zero. This is not the same // thing as an empty sphere, because our volume contains one // point; an empty sphere contains no points. + _center = min_box; _radius = 0.0; } else {