mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-07 03:45:33 +00:00
sky.cpp
This commit is contained in:
parent
6b482d0b52
commit
fc9ab97950
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