Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sofa/qt/RealGUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ void RealGUI::setSceneWithoutMonitor (Node::SPtr root, const char* filename, boo
{
//Check the validity of the BBox
const sofa::type::BoundingBox& nodeBBox = root->getContext()->f_bbox.getValue();
if(nodeBBox.isNegligeable())
if(nodeBBox.isNegligible())
{
msg_warning("RealGUI") << "Global Bounding Box seems very small; Your viewer settings (based on the bbox) are likely invalid, switching to default value of [-1,-1,-1,1,1,1]."
<< "This is caused by using component which does not implement properly the computeBBox function."
Expand Down
Loading