From Mathias Froehlich, "attached is a change to TexGenNode rev 10060 that removes a private member

variable that is only initialized and copied by never used seriously.
"
This commit is contained in:
Robert Osfield
2009-04-22 13:07:02 +00:00
parent 02b84e931e
commit 777b00353a
3 changed files with 1 additions and 4 deletions

View File

@@ -68,7 +68,6 @@ class OSG_EXPORT TexGenNode : public Group
virtual ~TexGenNode();
unsigned int _textureUnit;
StateAttribute::GLModeValue _value;
osg::ref_ptr<TexGen> _texgen;
ReferenceFrame _referenceFrame;