Closed OfficerYoda closed 2 days ago
With the new iterative QuadTree it is possible, that objects can be referenced from different QTNodeElements because there is no check against that.
One possible solution is to check every element if its already referencing that object during the traversal of the linked list, when appending the new QTNodeElement to the end.
With the new iterative QuadTree it is possible, that objects can be referenced from different QTNodeElements because there is no check against that.