Quitened down debug messages
This commit is contained in:
@@ -1328,7 +1328,7 @@ PixelBufferObject::PixelBufferObject(osg::Image* image):
|
||||
setTarget(GL_PIXEL_UNPACK_BUFFER_ARB);
|
||||
setUsage(GL_STREAM_DRAW_ARB);
|
||||
|
||||
osg::notify(osg::NOTICE)<<"Constructing PixelBufferObject for image="<<image<<std::endl;
|
||||
osg::notify(osg::INFO)<<"Constructing PixelBufferObject for image="<<image<<std::endl;
|
||||
|
||||
setBufferData(0, image);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user