Skip to content

Commit

Permalink
Merge branch 'proceduralnodes' of github.com:gwaldron/osgearth into p…
Browse files Browse the repository at this point in the history
…roceduralnodes
  • Loading branch information
gwaldron committed Feb 22, 2025
2 parents 440bd53 + 46a69fb commit 829b20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osgEarthProcedural/ProceduralTiledModelLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ProceduralTiledModelLayer::init()

// Make a final node output
auto output = std::make_shared< NodeOutputOperation >();
_nodeGraph->operations.push_back(output);
_nodeGraph->addOperation(output);

if (getProfile() == nullptr)
{
Expand Down

0 comments on commit 829b20f

Please sign in to comment.