From 320e0ce60c3257c6db9e9c14728cb88fe2817701 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 20 Jan 2017 17:31:09 +0000 Subject: [PATCH] Quitened down verbose debug messages --- src/osg/BufferObject.cpp | 2 +- src/osg/StateAttribute.cpp | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/osg/BufferObject.cpp b/src/osg/BufferObject.cpp index b025157fb..5d5f24d57 100644 --- a/src/osg/BufferObject.cpp +++ b/src/osg/BufferObject.cpp @@ -238,7 +238,7 @@ void GLBufferObject::compileBuffer() void GLBufferObject::deleteGLObject() { - OSG_INFO<<"GLBufferObject::deleteGLObject() "<<_glObjectID<glDeleteBuffers(1, &_glObjectID); diff --git a/src/osg/StateAttribute.cpp b/src/osg/StateAttribute.cpp index 387b7ff2a..3e4dfa1d6 100644 --- a/src/osg/StateAttribute.cpp +++ b/src/osg/StateAttribute.cpp @@ -44,7 +44,7 @@ void StateAttribute::removeParent(osg::StateSet* object) void StateAttribute::setUpdateCallback(StateAttributeCallback* uc) { - OSG_INFO<<"StateAttribute::Setting Update callbacks"<setNumChildrenRequiringUpdateTraversal((*itr)->getNumChildrenRequiringUpdateTraversal()+delta); } } @@ -71,7 +67,7 @@ void StateAttribute::setUpdateCallback(StateAttributeCallback* uc) void StateAttribute::setEventCallback(StateAttributeCallback* ec) { - OSG_INFO<<"StateAttribute::Setting Event callbacks"<