converted osg::notify to OSG_INFO etc.

This commit is contained in:
Robert Osfield
2010-05-28 16:00:45 +00:00
parent ddf5668809
commit adc302072f
6 changed files with 50 additions and 50 deletions

View File

@@ -44,7 +44,7 @@ DefaultFont* DefaultFont::instance()
void DefaultFont::setSize(unsigned int, unsigned int)
{
osg::notify(osg::INFO)<<"DefaultFont::setSize(,) call is ignored."<<std::endl;
OSG_INFO<<"DefaultFont::setSize(,) call is ignored."<<std::endl;
}