Convesion of osg::notify to OSG_INFO etc.

This commit is contained in:
Robert Osfield
2010-05-28 15:47:52 +00:00
parent e753be1b20
commit a79a8d30f9
67 changed files with 775 additions and 785 deletions

View File

@@ -153,7 +153,7 @@ void StencilTwoSided::Extensions::glActiveStencilFace(GLenum face) const
}
else
{
notify(WARN)<<"Error: glActiveStencilFace not supported by OpenGL driver"<<std::endl;
OSG_WARN<<"Error: glActiveStencilFace not supported by OpenGL driver"<<std::endl;
}
}