fallahn / tmxlite

lightweight C++14 parser for Tiled tmx files
Other
404 stars 69 forks source link

Fix flipping of verticies for triangles #130

Closed eXpl0it3r closed 1 year ago

eXpl0it3r commented 1 year ago

Remove Android specific code in favor of always using the Triangles primitive type, as Quads are deprecated and will be removed in SFML 3.

fallahn commented 1 year ago

Thank you! 😁