Removed double line spacing in ExternalReference code.

This commit is contained in:
Robert Osfield
2003-08-28 12:49:38 +00:00
parent 138835d817
commit 64e3c052d6

View File

@@ -1861,7 +1861,6 @@ osg::Group* ConvertFromFLT::visitExternal(osg::Group& osgParent, ExternalRecord*
osgDB::PushAndPopDataPath tmpfile(osgDB::getFilePath(rec->getFilename()));
FltFile* pFile = rec->getExternal();
osg::Group* external = NULL;
if (pFile)