[osg-users] Missing getEnableDepthWrites() in include/osgText/Text.

2010-10-27 Thread Sewell, Kenneth R Civ USAF AFRL/RYZW
In the current trunk in include/osgText/Text it looks like the first definition of setEnableDepthWrites() should be getEnableDepthWrites() instead. bool setEnableDepthWrites() { return _enableDepthWrites; } void setEnableDepthWrites(bool enable) { _enableDepthWrites = enable; } Ken.

Re: [osg-users] Missing getEnableDepthWrites() in include/osgText/Text.

2010-10-27 Thread Robert Osfield
Hi Ken, This is a mistake, thanks for spotting it. I've fixed this and checked it into svn/trunk. Robert. On Wed, Oct 27, 2010 at 2:40 PM, Sewell, Kenneth R Civ USAF AFRL/RYZW kenneth.sew...@wpafb.af.mil wrote: In the current trunk in include/osgText/Text it looks like the first definition