From d23525889e85f96e8cc8b61b523878fead75b3e4 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 28 May 2010 16:04:56 +0000 Subject: [PATCH] Convertex osg::notify to OSG_INFO etc. --- src/osgFX/AnisotropicLighting.cpp | 2 +- src/osgFX/BumpMapping.cpp | 2 +- src/osgFX/Effect.cpp | 4 ++-- src/osgFX/SpecularHighlights.cpp | 2 +- src/osgFX/Validator.cpp | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/osgFX/AnisotropicLighting.cpp b/src/osgFX/AnisotropicLighting.cpp index a6ef53359..337a3bf98 100644 --- a/src/osgFX/AnisotropicLighting.cpp +++ b/src/osgFX/AnisotropicLighting.cpp @@ -219,7 +219,7 @@ namespace #if !defined(OSG_GLES2_AVAILABLE) && !defined(OSG_GL3_AVAILABLE) ss->setMode( GL_ALPHA_TEST, osg::StateAttribute::OFF ); #else - osg::notify(osg::NOTICE)<<"Warning: osgFX::AnisotropicLighting unable to disable GL_ALPHA_TEST."<