Update ReaderWriterDAE.cpp
This commit is contained in:
parent
56617a4bfb
commit
8af46a6e98
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user