Re: [osg-users] last minute fix for 2.0

2007-06-15 Thread Robert Osfield
THanks Hartmut, fix applied. Please submit whole files though, as this is the most reliable way for my to review and verify a fix. On 6/15/07, Hartmut Seichter <[EMAIL PROTECTED]> wrote: Line 429 osgUtil/SceneView should be /** Inherit the local cull settings variable from specified CullSett

[osg-users] last minute fix for 2.0

2007-06-14 Thread Hartmut Seichter
Line 429 osgUtil/SceneView should be /** Inherit the local cull settings variable from specified CullSettings object, according to the inheritance mask.*/ virtual void inheritCullSettings(const osg::CullSettings& settings) { inheritCullSettings(settings, _inheritanceMask); } (CullS