Comment out debug notification
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14857 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
@@ -77,7 +77,7 @@ osg::Group* createHUDText()
|
||||
|
||||
osgText::Font* font = osgText::readFontFile("fonts/arial.ttf");
|
||||
|
||||
osg::setNotifyLevel(osg::INFO);
|
||||
//osg::setNotifyLevel(osg::INFO);
|
||||
|
||||
osg::Geode* geode = new osg::Geode;
|
||||
rootNode->addChild(geode);
|
||||
|
||||
Reference in New Issue
Block a user