Convertex osg::notify to OSG_INFO etc.

This commit is contained in:
Robert Osfield
2010-05-28 16:04:56 +00:00
parent 030f4c06a9
commit d23525889e
5 changed files with 6 additions and 6 deletions

View File

@@ -42,6 +42,6 @@ void Validator::apply(osg::State& state) const
return;
}
}
osg::notify(osg::WARN) << "Warning: osgFX::Validator: could not find any techniques compatible with the current OpenGL context" << std::endl;
OSG_WARN << "Warning: osgFX::Validator: could not find any techniques compatible with the current OpenGL context" << std::endl;
}
}