mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01: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();
|
||||
|
||||
// workaround to avoid using GraphicsContext #0
|
||||
if (!dummy.valid()) {
|
||||
dummy = createGraphicsContext();
|
||||
}
|
||||
|
||||
createViewer();
|
||||
|
||||
connect(quickItem, &OSGViewport::windowChanged, this, &Hidden::onWindowChanged);
|
||||
|
Loading…
Reference in New Issue
Block a user