Removed repeated return transform in the visitDOF method.
This commit is contained in:
@@ -657,8 +657,6 @@ osg::Group* ConvertFromFLT::visitDOF(osg::Group& osgParent, DofRecord* rec)
|
||||
transform->setMatrix(mat);
|
||||
|
||||
return transform;
|
||||
|
||||
return transform;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user