Convesion of osg::notify to OSG_INFO etc.
This commit is contained in:
@@ -43,7 +43,7 @@ void BlendColor::apply(State& state) const
|
||||
|
||||
if (!extensions->isBlendColorSupported())
|
||||
{
|
||||
notify(WARN)<<"Warning: BlendColor::apply(..) failed, BlendColor is not support by OpenGL driver."<<std::endl;
|
||||
OSG_WARN<<"Warning: BlendColor::apply(..) failed, BlendColor is not support by OpenGL driver."<<std::endl;
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -104,7 +104,7 @@ void BlendColor::Extensions::glBlendColor(GLclampf red , GLclampf green , GLclam
|
||||
}
|
||||
else
|
||||
{
|
||||
notify(WARN)<<"Error: glBlendColor not supported by OpenGL driver"<<std::endl;
|
||||
OSG_WARN<<"Error: glBlendColor not supported by OpenGL driver"<<std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user