mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 02:21:24 +01:00
priority set to 0 on 541
This commit is contained in:
parent
10cd639f23
commit
8dd84e15fb
1 changed files with 1 additions and 1 deletions
|
|
@ -538,7 +538,7 @@ window.Cultures = (function () {
|
||||||
|
|
||||||
for (const culture of cultures) {
|
for (const culture of cultures) {
|
||||||
if (!culture.i || culture.removed || culture.lock) continue;
|
if (!culture.i || culture.removed || culture.lock) continue;
|
||||||
queue.push({cellId: culture.center, cultureId: culture.i, priority: 0}, priority);
|
queue.push({cellId: culture.center, cultureId: culture.i, priority: 0}, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
while (queue.length) {
|
while (queue.length) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue