1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-04 03:40:14 +00:00
This commit is contained in:
Bo Svensson 2021-10-13 10:08:28 +00:00 committed by GitHub
parent 6b482d0b52
commit fc9ab97950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -299,7 +299,7 @@ public:
osg::BoundingSphere computeBound() const override
{
return osg::BoundingSphere(osg::Vec3f(0,0,0), 0);
return osg::BoundingSphere();
}
class CullCallback : public SceneUtil::NodeCallback<CullCallback, osg::Node*, osgUtil::CullVisitor*>