Skip to content

Commit 5de0ac2

Browse files
committed
okay, great, this now seems to be working as expected!
1 parent f9d2b61 commit 5de0ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mandelbrot-layer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default L.GridLayer.extend({
6262
job,
6363
}
6464
}
65-
return inBounds;
65+
return !inBounds;
6666
});
6767
const end = this._map._mandelbrotLayer._renderer._jobs.size;
6868
console.log(`ditched ${start - end} out of ${start} jobs!`, lastRemoved);

0 commit comments

Comments
 (0)