Added OSG_DEBUG_DP macro

This commit is contained in:
Robert Osfield 2010-05-28 17:17:34 +00:00
parent 6369210dc0
commit 6548e4a5a8

View File

@ -85,6 +85,7 @@ inline std::ostream& notify(void) { return notify(osg::INFO); }
#define OSG_NOTICE OSG_NOTIFY(osg::NOTICE)
#define OSG_INFO OSG_NOTIFY(osg::INFO)
#define OSG_DEBUG OSG_NOTIFY(osg::DEBUG_INFO)
#define OSG_DEBUG_FP OSG_NOTIFY(osg::DEBUG_FP)
/** Handler processing output of notification stream. It acts as a sink to
* notification messages. It is called when notification stream needs to be