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:
Robert Osfield
2015-04-23 12:58:27 +00:00
parent 7d66324e5d
commit f66b430476

View File

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