Skip to content

Commit

Permalink
Fix a bug in Composite.cpp preventing SDF compositing from working
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron committed Oct 21, 2024
1 parent ab334c6 commit cf00ada
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/osgEarth/Composite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,6 @@ CompositeImageLayer::createImageImplementation(const TileKey& key, ProgressCallb
readTwo(pixelTwo, iter);
if (compare(pixelTwo.r(), pixelOne.r()))
writeOne(pixelTwo, iter);
writeOne(pixelTwo, iter);
});
}
}
Expand Down

0 comments on commit cf00ada

Please sign in to comment.