Quitened down debug messages

This commit is contained in:
Robert Osfield
2017-01-20 17:24:49 +00:00
parent ed596c3335
commit e5b493289d

View File

@@ -18,7 +18,7 @@
using namespace osg;
#if 1
#define VAS_NOTICE OSG_INFO
#define VAS_NOTICE OSG_DEBUG
#else
#define VAS_NOTICE OSG_NOTICE
#endif