From 2af64da81c963e6059c0c2688d20dbc4152bb519 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 30 Mar 2003 11:10:56 +0000 Subject: [PATCH] Removed closeLibrary reference for osgtext as this was causing problems with the osgtext help. --- examples/osgtext/osgtext.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/osgtext/osgtext.cpp b/examples/osgtext/osgtext.cpp index 5813300f6..9ee5e7a9a 100644 --- a/examples/osgtext/osgtext.cpp +++ b/examples/osgtext/osgtext.cpp @@ -515,9 +515,6 @@ int main( int argc, char **argv ) // set the scene to render viewer.setSceneData(rootNode.get()); - - osgDB::Registry::instance()->closeLibrary("osgdb_freetype.so"); - // create the windows and run the threads. viewer.realize(Producer::CameraGroup::ThreadPerCamera);