Added OSG_DEBUG_DP macro
This commit is contained in:
parent
6369210dc0
commit
6548e4a5a8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user