From 2f47ab559a9128c2b0a455fe70a587c90825820c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 23 Jul 2003 20:55:26 +0000 Subject: [PATCH] Made the fine grained checking of GL errors off by default. --- src/osg/State.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osg/State.cpp b/src/osg/State.cpp index 24b0a14c5..233988307 100644 --- a/src/osg/State.cpp +++ b/src/osg/State.cpp @@ -28,7 +28,7 @@ State::State() _modelView = _identity; _abortRenderingPtr = false; - _reportGLErrors = true; + _reportGLErrors = false; _currentActiveTextureUnit=0; _currentClientActiveTextureUnit=0;