From 178a0b5c7edce1a7576878250417e7c87c8100e0 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 28 Apr 2005 19:50:07 +0000 Subject: [PATCH] Reduced the verboseness of the notifaction 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 82150fdb1..0914cad5c 100644 --- a/src/osgText/Font.cpp +++ b/src/osgText/Font.cpp @@ -247,11 +247,11 @@ void Font::addGlyph(unsigned int width, unsigned int height, unsigned int charco glyphTexture = new GlyphTexture; - osg::notify(osg::NOTICE)<<" Creating new GlyphTexture "<setGlyphImageMargin(_margin);