Update ReaderWriterDAE.cpp

This commit is contained in:
flashk 2018-10-15 11:03:54 -07:00 committed by Robert Osfield
parent 56617a4bfb
commit 8af46a6e98

View File

@ -144,6 +144,9 @@ ReaderWriterDAE::readNode(const std::string& fname,
std::string fileName( osgDB::findDataFile( fname, options ) );
if( fileName.empty() ) return ReadResult::FILE_NOT_FOUND;
pluginOptions.options = options ? osg::clone(options, osg::CopyOp::SHALLOW_COPY) : new Options;
pluginOptions.options->getDatabasePathList().push_front(osgDB::getFilePath(fileName));
OSG_INFO << "ReaderWriterDAE( \"" << fileName << "\" )" << std::endl;
if (NULL == pDAE)