mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
*** empty log message ***
This commit is contained in:
parent
7e392afdbe
commit
238d71e31e
@ -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
|
// Only one point; we have a radius of zero. This is not the same
|
||||||
// thing as an empty sphere, because our volume contains one
|
// thing as an empty sphere, because our volume contains one
|
||||||
// point; an empty sphere contains no points.
|
// point; an empty sphere contains no points.
|
||||||
|
_center = min_box;
|
||||||
_radius = 0.0;
|
_radius = 0.0;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user