From 9a9b4d1d2c6dbaa1a83816a7a5daa0d5aa63414c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 28 May 2010 17:10:06 +0000 Subject: [PATCH] Converted osg::notify to OSG_INFO etc. --- src/osgPlugins/tiff/ReaderWriterTIFF.cpp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/osgPlugins/tiff/ReaderWriterTIFF.cpp b/src/osgPlugins/tiff/ReaderWriterTIFF.cpp index 363a94327..56e27eaf7 100644 --- a/src/osgPlugins/tiff/ReaderWriterTIFF.cpp +++ b/src/osgPlugins/tiff/ReaderWriterTIFF.cpp @@ -264,7 +264,7 @@ checkcmap(int n, uint16* r, uint16* g, uint16* b) static void invert_row(unsigned char *ptr, unsigned char *data, int n, int invert, uint16 bitspersample) { - // osg::notify(osg::NOTICE)<<"invert_row "<