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:
parent
a87c98857c
commit
046481ee6e
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user