From b70dfd40aacf53aaff2e07de8b4aaaba8ed39034 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 26 Jun 2013 08:53:56 +0000 Subject: [PATCH] Removed Geometry::fixDeprecatedData() as it won't work on const Geometry --- src/osgPlugins/fbx/WriterNodeVisitor.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/osgPlugins/fbx/WriterNodeVisitor.cpp b/src/osgPlugins/fbx/WriterNodeVisitor.cpp index 2381a470b..f398010d8 100644 --- a/src/osgPlugins/fbx/WriterNodeVisitor.cpp +++ b/src/osgPlugins/fbx/WriterNodeVisitor.cpp @@ -49,8 +49,6 @@ public: _normalBinding(osg::Geometry::BIND_OFF), _mesh(0) { - if (geo->containsDeprecatedData()) geom->fixDeprecatedData(); - _normalBinding = geo->getNormalBinding(); if (!geo->getNormalArray() || geo->getNormalArray()->getNumElements()==0) {