Converted osg::notify to OSG_INFO etc.

This commit is contained in:
Robert Osfield
2010-05-28 17:11:14 +00:00
parent cb80a312e1
commit 56ec2bbabf

View File

@@ -106,7 +106,7 @@ public:
}
else
{
osg::notify(osg::NOTICE)<<"Found multiple view's, just taking first"<<std::endl;
OSG_NOTICE<<"Found multiple view's, just taking first"<<std::endl;
return viewList.front().get();
}