mirror of
https://github.com/OpenMW/openmw.git
synced 2025-07-02 07:11:36 +00:00
commit
9c040d1ff7
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ public:
|
||||||
|
|
||||||
osg::BoundingSphere computeBound() const override
|
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*>
|
class CullCallback : public SceneUtil::NodeCallback<CullCallback, osg::Node*, osgUtil::CullVisitor*>
|
||||||
|
|
Loading…
Reference in a new issue