Converted osg::notify to OSG_INFO etc.

This commit is contained in:
Robert Osfield
2010-05-28 16:48:31 +00:00
parent 5bf2b5cc90
commit 528e5eed45
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ class NormalsReader: public osgDB::ReaderWriter
private:
void usage() const {
osg::notify( osg::INFO ) <<
OSG_INFO <<
"Normals Plugin usage: <application> [-O options] <model.ext>.normals\n"
" options: \"scale=<scale>\" (default = 1.0)\n"
" \"mode=<VertexNormals|SurfaceNormals>\" (default = VertexNormals)" << std::endl;