mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.1.11
This commit is contained in:
parent
481d7da4e6
commit
8ff1fe46b8
9 changed files with 31 additions and 28 deletions
|
|
@ -263,7 +263,7 @@ function getHeight(h) {
|
|||
|
||||
// assign saved pack data from grid back to pack
|
||||
const n = pack.cells.i.length;
|
||||
pack.cells.pop = new Uint16Array(n);
|
||||
pack.cells.pop = new Float32Array(n);
|
||||
pack.cells.road = new Uint16Array(n);
|
||||
pack.cells.crossroad = new Uint16Array(n);
|
||||
pack.cells.s = new Uint16Array(n);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue