mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 03:40:14 +00:00
sky.cpp
This commit is contained in:
parent
6b482d0b52
commit
fc9ab97950
@ -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…
x
Reference in New Issue
Block a user