Converted osg::notify to OSG_INFO etc.

This commit is contained in:
Robert Osfield
2010-05-28 16:09:29 +00:00
parent d187445670
commit bcbfed5c8b
11 changed files with 253 additions and 253 deletions

View File

@@ -226,7 +226,7 @@ ImpostorSprite* Impostor::createImpostorSprite(osgUtil::CullVisitor* cv)
if (!bs.valid())
{
osg::notify(osg::WARN) << "bb invalid"<<std::endl;
OSG_WARN << "bb invalid"<<std::endl;
return NULL;
}
@@ -306,7 +306,7 @@ ImpostorSprite* Impostor::createImpostorSprite(osgUtil::CullVisitor* cv)
if (impostorSprite==NULL)
{
osg::notify(osg::WARN)<<"Warning: unable to create required impostor sprite."<<std::endl;
OSG_WARN<<"Warning: unable to create required impostor sprite."<<std::endl;
return NULL;
}