Skip to content

Commit

Permalink
osgearth_drawables test : update to use the GL3RealizeOperation
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron committed Feb 14, 2024
1 parent 3796630 commit 3605392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/applications/osgearth_drawables/osgearth_drawables.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ main(int argc, char** argv)

osg::ArgumentParser arguments(&argc,argv);
osgViewer::Viewer viewer(arguments);
viewer.setRealizeOperation(new GL3RealizeOperation());

osg::ref_ptr<osg::Node> node = createDrawables();

Expand Down

0 comments on commit 3605392

Please sign in to comment.