Changeset 11058
- Timestamp:
- 02/15/10 12:36:05 (3 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/include/osg/Notify (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osg/Notify
r11057 r11058 80 80 inline std::ostream& notify(void) { return notify(osg::INFO); } 81 81 82 #define OSG_NOTIFY(level) if ( isNotifyEnabled(level)) osg::notify(level)82 #define OSG_NOTIFY(level) if (osg::isNotifyEnabled(level)) osg::notify(level) 83 83 #define OSG_FATAL OSG_NOTIFY(osg::FALTAL) 84 84 #define OSG_WARN OSG_NOTIFY(osg::WARN)
