Converted osg::notify to OSG_INFO etc.

This commit is contained in:
Robert Osfield
2010-05-28 16:05:47 +00:00
parent d23525889e
commit 40dcc0cd7d
9 changed files with 26 additions and 26 deletions

View File

@@ -50,7 +50,7 @@ void osgParticle::MultiSegmentPlacer::place(Particle* P) const
}
else
{
osg::notify(osg::WARN) << "this MultiSegmentPlacer has less than 2 vertices\n";
OSG_WARN << "this MultiSegmentPlacer has less than 2 vertices\n";
}
}