From fb0a995d7b7f8c2e9cb756ceec484470f1ceab9b Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 20 Sep 2017 14:30:23 +0100 Subject: [PATCH] cleaned up exmple --- examples/osgfont/osgfont.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/osgfont/osgfont.cpp b/examples/osgfont/osgfont.cpp index 7340a4251..460b6280d 100644 --- a/examples/osgfont/osgfont.cpp +++ b/examples/osgfont/osgfont.cpp @@ -161,7 +161,6 @@ struct TextSettings font->setMaxAnisotropy(maxAnisotropy); font->setGlyphInterval(glyphInterval); font->setGyphTextureFeatures(glyphTextureFeatures); - // text.setFont(font.get()); text.setColor(textColor); text.setBackdropType(backdropType);