Removed closeLibrary reference for osgtext as this was causing problems with the

osgtext help.
This commit is contained in:
Robert Osfield
2003-03-30 11:10:56 +00:00
parent 11053aaa5c
commit 2af64da81c

View File

@@ -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);