diff --git a/src/osgText/Font.cpp b/src/osgText/Font.cpp index 7620724d9..e1d15f885 100644 --- a/src/osgText/Font.cpp +++ b/src/osgText/Font.cpp @@ -308,14 +308,14 @@ Font::Font(FontImplementation* implementation): #if FIXED_FUNCTION - OSG_NOTICE<<"Font::Font() Fixed function pipeline"<setTextureMode(0, GL_TEXTURE_2D, osg::StateAttribute::ON); #endif #if SHADERS_GL3 - OSG_NOTICE<<"Font::Font() Setting up GL3 compatible shaders"< program = new osg::Program; program->addShader(new osg::Shader(osg::Shader::VERTEX, gl3_TextVertexShader)); @@ -325,7 +325,7 @@ Font::Font(FontImplementation* implementation): #elif SHADERS_GL2 - OSG_NOTICE<<"Font::Font() Setting up GL2 compatible shaders"< program = new osg::Program; program->addShader(new osg::Shader(osg::Shader::VERTEX, gl2_TextVertexShader));