fix: too hasty
This commit is contained in:
parent
040e9770b7
commit
e65b91677d
|
@ -38,6 +38,10 @@ export default (latus) => {
|
|||
this._packets = [];
|
||||
}
|
||||
|
||||
indexAt(position) {
|
||||
return this.width * position[1] + position[0];
|
||||
}
|
||||
|
||||
indexHulls(index) {
|
||||
const hulls = [];
|
||||
const seen = [];
|
||||
|
|
Loading…
Reference in New Issue
Block a user