v1.6.24 - #488 fixed?

This commit is contained in:
Azgaar 2021-03-14 14:42:32 +03:00
parent 00189f2185
commit 220ac7832b
2 changed files with 1 additions and 8 deletions

View file

@ -16,7 +16,7 @@
const limits = outline === "random" ? randomizeOutline() : outline.split(",").map(s => +s);
const chains = [];
const opacity = rn(0.4 / limits.length, 2);
const opacity = rn(.4 / limits.length, 2);
used = new Uint8Array(pointsN); // to detect already passed cells
for (const i of cells.i) {