Converted osg::notify to OSG_INFO etc.

This commit is contained in:
Robert Osfield
2010-05-28 16:30:58 +00:00
parent 50c577f602
commit 438c8e7dc4
2 changed files with 15 additions and 15 deletions

View File

@@ -560,8 +560,8 @@ ref_ptr<Group> VBSPEntity::createModelGeometry()
}
else
{
notify(WARN) << "Couldn't find prop \"" << entity_model << "\".";
notify(WARN) << std::endl;
OSG_WARN << "Couldn't find prop \"" << entity_model << "\".";
OSG_WARN << std::endl;
// Leave the group empty (no model to show)
entityGroup = NULL;