Added missing loadWrappers
This commit is contained in:
parent
d555e727ef
commit
9262015d11
@ -318,6 +318,8 @@ class OSGReaderWriter : public ReaderWriter
|
||||
Output fout(fileName.c_str());
|
||||
if (fout)
|
||||
{
|
||||
loadWrappers();
|
||||
|
||||
fout.setOptions(options);
|
||||
|
||||
setPrecision(fout,options);
|
||||
|
Loading…
Reference in New Issue
Block a user