clone pluginOptions.options
This commit is contained in:
parent
46505f66d3
commit
f29ecc10a8
@ -68,6 +68,8 @@ ReaderWriterDAE::readNode(std::istream& fin,
|
||||
}
|
||||
}
|
||||
|
||||
pluginOptions.options = options ? osg::clone(options, osg::CopyOp::SHALLOW_COPY) : new Options;
|
||||
|
||||
if (NULL == pDAE)
|
||||
{
|
||||
bOwnDAE = true;
|
||||
|
Loading…
Reference in New Issue
Block a user