Removed repeated return transform in the visitDOF method.

This commit is contained in:
Robert Osfield
2002-07-18 10:41:39 +00:00
parent 8ad68f98e9
commit 8378d6802b

View File

@@ -657,8 +657,6 @@ osg::Group* ConvertFromFLT::visitDOF(osg::Group& osgParent, DofRecord* rec)
transform->setMatrix(mat);
return transform;
return transform;
}