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