Convesion of osg::notify to OSG_INFO etc.
This commit is contained in:
@@ -48,7 +48,7 @@ void ClampColor::apply(State& state) const
|
||||
|
||||
if (!extensions->isClampColorSupported())
|
||||
{
|
||||
notify(WARN)<<"Warning: ClampColor::apply(..) failed, ClampColor is not support by OpenGL driver."<<std::endl;
|
||||
OSG_WARN<<"Warning: ClampColor::apply(..) failed, ClampColor is not support by OpenGL driver."<<std::endl;
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -108,7 +108,7 @@ void ClampColor::Extensions::glClampColor(GLenum target, GLenum mode) const
|
||||
}
|
||||
else
|
||||
{
|
||||
notify(WARN)<<"Error: glClampColor not supported by OpenGL driver"<<std::endl;
|
||||
OSG_WARN<<"Error: glClampColor not supported by OpenGL driver"<<std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user