1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-19 04:52:12 +01:00

LP-29 minor comment fix on how to enable OSG debug logging

This commit is contained in:
Philippe Renon 2016-01-20 08:18:21 +01:00
parent 62c8f4c4ad
commit 9c25180483

View File

@ -71,7 +71,7 @@ void OsgEarth::registerQmlTypes()
}
registered = true;
// redirect osg logging to Qt (use OSG_DEBUG environment variable to enable osg logging)
// redirect osg logging to Qt (and export OSG_NOTIFY_LEVEL=DEBUG to enable osg logging)
// osg::setNotifyHandler(new QtNotifyHandler());
// initialize();