Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gwaldron/osgearth
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron committed Jun 12, 2020
2 parents 9070e0b + 570d776 commit ea8fa00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/applications/osgearth_los/osgearth_los.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ main(int argc, char** argv)
return 1;
}

// We need to explicitly open the MapNode so we can attach the terrainCallbacks.
mapNode->open();

osgEarth::Util::EarthManipulator* manip = new EarthManipulator();
viewer.setCameraManipulator( manip );

Expand Down

0 comments on commit ea8fa00

Please sign in to comment.