mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 10:15:38 +00:00
commit
9c040d1ff7
1 changed files with 1 additions and 1 deletions
|
@ -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*>
|
||||
|
|
Loading…
Reference in a new issue