mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-04-11 03:02:20 +02:00
LP-29 remove OSGViewport hack
apparently not necessary anymore
This commit is contained in:
parent
7461159c69
commit
26a3df4715
@ -93,11 +93,6 @@ public:
|
|||||||
|
|
||||||
OsgEarth::initialize();
|
OsgEarth::initialize();
|
||||||
|
|
||||||
// workaround to avoid using GraphicsContext #0
|
|
||||||
if (!dummy.valid()) {
|
|
||||||
dummy = createGraphicsContext();
|
|
||||||
}
|
|
||||||
|
|
||||||
createViewer();
|
createViewer();
|
||||||
|
|
||||||
connect(quickItem, &OSGViewport::windowChanged, this, &Hidden::onWindowChanged);
|
connect(quickItem, &OSGViewport::windowChanged, this, &Hidden::onWindowChanged);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user