From 39a5cf3ad978121b4f53d04e8e0b6e897f8800c8 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 14 Apr 2003 15:02:13 +0000 Subject: [PATCH] Added extra debugging details to help track down IRIX64 & Solaris64 problems. --- src/osgText/Font.cpp | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/osgText/Font.cpp b/src/osgText/Font.cpp index b8e235674..6b8a5346f 100644 --- a/src/osgText/Font.cpp +++ b/src/osgText/Font.cpp @@ -21,6 +21,7 @@ #include using namespace osgText; +using namespace std; std::string findFontFile(const std::string& str) { @@ -533,7 +534,7 @@ void Font::Glyph::subload() const GLenum errorNo = glGetError(); if (errorNo!=GL_NO_ERROR) { - osg::notify(osg::WARN)<<"before: detected OpenGL error '"<