Thomj-Dev / SEMBAS

GNU General Public License v3.0
0 stars 0 forks source link

Hotfix v0.2.1 hanging explorer #4

Closed ThomJ130 closed 3 months ago

ThomJ130 commented 3 months ago

Fixes the problem where the MeshExplorer hangs when a boundary lost or out of bounds error occurs. This was due to the self.adherer not being reset after an error, resulting in the path not being pruned, and the path being infinitely re-attempted by the explorer despite being a dead-end.