Seting the notifcation level of debug message to INFO.
This commit is contained in:
parent
16e48d1724
commit
40a6a1afd0
@ -224,7 +224,7 @@ void GLBufferObject::compileBuffer()
|
||||
|
||||
void GLBufferObject::deleteGLObject()
|
||||
{
|
||||
osg::notify(osg::NOTICE)<<"GLBufferObject::deleteGLObject() "<<_glObjectID<<std::endl;
|
||||
osg::notify(osg::INFO)<<"GLBufferObject::deleteGLObject() "<<_glObjectID<<std::endl;
|
||||
if (_glObjectID!=0)
|
||||
{
|
||||
_extensions->glDeleteBuffers(1, &_glObjectID);
|
||||
|
Loading…
Reference in New Issue
Block a user