mapbox / delaunator

An incredibly fast JavaScript library for Delaunay triangulation of 2D points
https://mapbox.github.io/delaunator/
ISC License
2.24k stars 139 forks source link

Fix a race condition that caused an infinite loop #49

Closed mourner closed 5 years ago

mourner commented 5 years ago

Closes #44.