mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 10:01:23 +01:00
missing capitalization
This commit is contained in:
parent
c881c7f9e1
commit
10cd639f23
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ window.Provinces = (function () {
|
|||
});
|
||||
|
||||
// expand generated provinces
|
||||
const queue = new Flatqueue();
|
||||
const queue = new FlatQueue();
|
||||
const cost = [];
|
||||
|
||||
provinces.forEach(p => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue