fix: too hasty

This commit is contained in:
cha0s 2021-03-20 10:47:15 -05:00
parent 040e9770b7
commit e65b91677d

View File

@ -38,6 +38,10 @@ export default (latus) => {
this._packets = [];
}
indexAt(position) {
return this.width * position[1] + position[0];
}
indexHulls(index) {
const hulls = [];
const seen = [];