forked from speed-dreams/speed-dreams-code
fix OsgGraph build on windows
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5656 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: df02309484e9b3e3d85d692da5b420148dd97bc3 Former-commit-id: 19a31020b8a254daa188e44b41de7a9bd474ec2f
This commit is contained in:
parent
8ab8e8c371
commit
c007dd4f2e
1 changed files with 1 additions and 0 deletions
|
@ -654,6 +654,7 @@ osgDB::ReaderWriter::WriteResult ReaderWriterACC::writeNode(const osg::Node& nod
|
|||
}
|
||||
fout.close();
|
||||
return WriteResult::FILE_SAVED;*/
|
||||
return WriteResult::NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
osgDB::ReaderWriter::WriteResult ReaderWriterACC::writeNode(const osg::Node& node,std::ostream& fout, const Options* opts)
|
||||
|
|
Loading…
Reference in a new issue