From Bryan Thrall, "moved the prints to a higher notify level

(DEBUG_FP) so they are only printed at the most verbose level."
This commit is contained in:
Robert Osfield 2008-02-18 13:47:38 +00:00
parent a87c98857c
commit 046481ee6e

View File

@ -30,7 +30,7 @@
using namespace osgViewer;
//#define DEBUG_MESSAGE osg::notify(osg::NOTICE)
#define DEBUG_MESSAGE osg::notify(osg::INFO)
#define DEBUG_MESSAGE osg::notify(osg::DEBUG_FP)
OpenGLQuerySupport::OpenGLQuerySupport():