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:
torcs-ng 2013-08-04 16:55:55 +00:00
parent 8ab8e8c371
commit c007dd4f2e

View file

@ -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)