Fixed a small boo-boo in definition of bit masks in include/osg/Drawable

Fixed incorrect normal conversions for osgconv.
This commit is contained in:
Don BURNS
2001-10-14 06:01:31 +00:00
parent a170b06d6d
commit 3ecaf3cd6c
2 changed files with 8 additions and 1 deletions

View File

@@ -6,7 +6,6 @@ using namespace osg;
class TransformFunctor : public osg::Drawable::AttributeFunctor
{
public:
osg::Matrix _m;