From 3c8fe131949c092d0c68a06bc9bb271e1974d628 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 2 Dec 2009 12:37:45 +0000 Subject: [PATCH] Quitened down debug info --- src/osg/BufferObject.cpp | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/osg/BufferObject.cpp b/src/osg/BufferObject.cpp index c73c725f0..5032a66de 100644 --- a/src/osg/BufferObject.cpp +++ b/src/osg/BufferObject.cpp @@ -170,7 +170,7 @@ void GLBufferObject::compileBuffer() if (newTotalSize > _profile._size) { - osg::notify(osg::NOTICE)<<"newTotalSize="< lock(_mutex); // disconnect from original texture @@ -866,11 +864,6 @@ void GLBufferObjectSet::orphan(GLBufferObject* to) // list. This double buffered approach to handling orphaned TO's is used // to avoid having to mutex the process of appling active TO's. _pendingOrphanedGLBufferObjects.push_back(to); - -#if 1 - osg::notify(osg::NOTICE)<<"GLBufferObjectSet::orphan("<