Commented out osg::noitfy usage under OSX since this was causing a crash on start up
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user