DaanVanYperen / artemis-odb-contrib

Drop-in extensions for artemis-odb. Prefab systems, components, networking, events!
MIT License
75 stars 19 forks source link

Fix querying QuadTree on borders of regions #134

Closed schosin closed 5 years ago

schosin commented 5 years ago

This fixes the contains check of QuadTree.Container. There's an edge case, where querying points on the border of a region returns false.

As with my previous PR, I happened to run into this issue while working on another enhancement for QuadTree. See feature_quadtree_flags.

DaanVanYperen commented 5 years ago

:cookie: