gwaldron / osgearth

3D Maps for OpenSceneGraph / C++14
https://www.pelicanmapping.com/home-1/opensource
Other
1.47k stars 772 forks source link

Updated to compile with Blend2D 0.11.4 #2579

Closed kobalicek closed 1 month ago

kobalicek commented 1 month ago

BLContext::resetMatrix() changed to BLContext::resetTransform().

kobalicek commented 1 month ago

Changes that match the following patch:

gwaldron commented 1 month ago

Appreciate this. Any chance we can ifdef those to support both versions?

kobalicek commented 1 month ago

It would be possible, but that previous version is basically out of support and has known bugs. I would be happier if projects used the latest.