From f6650dd3bfcb70a7eea73cb24c1c12e56da3635f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 28 Aug 2007 16:12:10 +0000 Subject: [PATCH] Changed the error code reporting to use hex to match up with freetype headers --- src/osgPlugins/freetype/FreeTypeFont.cpp | 5 +++-- src/osgPlugins/freetype/FreeTypeLibrary.cpp | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/osgPlugins/freetype/FreeTypeFont.cpp b/src/osgPlugins/freetype/FreeTypeFont.cpp index dd36aa4fe..25219e858 100644 --- a/src/osgPlugins/freetype/FreeTypeFont.cpp +++ b/src/osgPlugins/freetype/FreeTypeFont.cpp @@ -80,7 +80,7 @@ void FreeTypeFont::setFontResolution(unsigned int width, unsigned int height) if (error) { - osg::notify(osg::WARN)<<"FT_Set_Pixel_Sizes() - error "<