mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.6.24 - #488 fixed?
This commit is contained in:
parent
00189f2185
commit
220ac7832b
2 changed files with 1 additions and 8 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue