sfml-tmxloader
sfml-tmxloader copied to clipboard
Quadtree broken?
All objects in the quadtree are at the topmost level despite being trivial to partition, except for one object which cannot be found in the quadtree at all for some reason.
I can provide the TMX.
Does the MapWithQuadTree example work for you? And does it work if you load your map into it?
It works only if I query the entire map as the query region. If I query just the view, it gets most of the objects correctly but leaves out one object.