From 33f7500a593180c258e30752c055d6ae94836c18 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 cad59303f..9e2199911 100644 --- a/src/osg/BufferObject.cpp +++ b/src/osg/BufferObject.cpp @@ -246,7 +246,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 0dc99d5a6..e239fb3aa 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"<