fix update() for spheres

This commit is contained in:
Sébastien Loriot 2023-01-27 15:22:21 +01:00
parent 1307e11ea9
commit 24a063a292
1 changed files with 2 additions and 1 deletions

View File

@ -335,9 +335,10 @@ namespace Point_set {
if (radius >= FT(0)) {
m_radius = radius;
m_center = center;
}
return true;
}
return false;
}
/// @}