Fixed typo.

This commit is contained in:
Robert Osfield 2004-10-25 18:46:44 +00:00
parent 4352fe3f9f
commit b62ef99fd9

View File

@ -204,7 +204,7 @@ void PhotoArchive::buildArchive(const std::string& filename, const FileNameList&
PhotoHeader& photoHeader = *pitr;
std::cout<<"Processng image "<<photoCount<<" of "<< photoIndex.size()<<" filename="<< photoHeader.filename << std::endl;
std::cout<<"Processing image "<<photoCount<<" of "<< photoIndex.size()<<" filename="<< photoHeader.filename << std::endl;
std::cout<<" reading image...";std::cout.flush();
osg::ref_ptr<osg::Image> image = osgDB::readImageFile(photoHeader.filename);