From Eric Sokolowsky. Added missing blend modes into .osg reading and writing

and fixed typo.
This commit is contained in:
Robert Osfield
2004-06-28 12:52:13 +00:00
parent 20de9666dd
commit 6de63f097b
2 changed files with 5 additions and 1 deletions

View File

@@ -801,7 +801,7 @@ bool ViewerEventHandler::handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIActio
{
if (osgDB::writeNodeFile(*node,_writeNodeFileName.c_str()))
{
std::cout<<"writen nodes to file "<<_writeNodeFileName<<std::endl;
std::cout<<"written nodes to file "<<_writeNodeFileName<<std::endl;
}
}