From 4498945b986843436350a1ab1f20f8cb1f85867d Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 20 Mar 2017 09:25:49 +0000 Subject: [PATCH] Quited debug messages --- src/osgText/Font.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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));