mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-15 07:29:15 +01:00
LP-29 fixed some debug logs
This commit is contained in:
parent
859cf0996c
commit
3ee0564421
@ -353,7 +353,7 @@ public:
|
|||||||
|
|
||||||
osgViewer::View *createView()
|
osgViewer::View *createView()
|
||||||
{
|
{
|
||||||
qWarning() << "OSGViewport::createView";
|
qDebug() << "OSGViewport::createView";
|
||||||
osgViewer::View *view = new osgViewer::View();
|
osgViewer::View *view = new osgViewer::View();
|
||||||
|
|
||||||
// TODO will the handlers be destroyed???
|
// TODO will the handlers be destroyed???
|
||||||
@ -392,7 +392,7 @@ public:
|
|||||||
|
|
||||||
osg::GraphicsContext *createGraphicsContext()
|
osg::GraphicsContext *createGraphicsContext()
|
||||||
{
|
{
|
||||||
qWarning() << "OSGViewport::createGraphicsContext";
|
qDebug() << "OSGViewport::createGraphicsContext";
|
||||||
|
|
||||||
osg::GraphicsContext::Traits *traits = getTraits();
|
osg::GraphicsContext::Traits *traits = getTraits();
|
||||||
// traitsInfo(*traits);
|
// traitsInfo(*traits);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user