From 6548e4a5a87f2dd91f0c4b910cdd3d11a80e2f4f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 28 May 2010 17:17:34 +0000 Subject: [PATCH] Added OSG_DEBUG_DP macro --- include/osg/Notify | 1 + 1 file changed, 1 insertion(+) diff --git a/include/osg/Notify b/include/osg/Notify index b1da1775d..95f15453e 100644 --- a/include/osg/Notify +++ b/include/osg/Notify @@ -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