Commented out osg::noitfy usage under OSX since this was causing a crash on start up

This commit is contained in:
Robert Osfield
2004-09-14 15:05:16 +00:00
parent 7858e89078
commit a2f88b6e08

View File

@@ -718,7 +718,8 @@ std::string osgDB::findFileInDirectory(const std::string& fileName,const std::st
}
else
{
osg::notify( osg::DEBUG_INFO ) << "Couldn't find the Network Application Support Path" << std::endl;
// had to comment out as it segfauls the OSX app otherwise
// osg::notify( osg::DEBUG_INFO ) << "Couldn't find the Network Application Support Path" << std::endl;
}
}
#else