From 1152da8bbdd16da8af6f9001eb028139e1a0d299 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 28 Nov 2017 18:08:08 +0000 Subject: [PATCH] Quietened down debug output --- src/osg/State.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osg/State.cpp b/src/osg/State.cpp index 5ed4f277e..ba9e143e5 100644 --- a/src/osg/State.cpp +++ b/src/osg/State.cpp @@ -202,8 +202,8 @@ void State::initializeExtensionProcs() _forceVertexArrayObject = true; } - OSG_NOTICE<<"_forceVertexArrayObject = "<<_forceVertexArrayObject<