diff --git a/src/sofa/qt/RealGUI.cpp b/src/sofa/qt/RealGUI.cpp index 512aa3e..81dd1b9 100644 --- a/src/sofa/qt/RealGUI.cpp +++ b/src/sofa/qt/RealGUI.cpp @@ -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."