mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
v. 0.60.10b
Undeclared variable
This commit is contained in:
parent
6bc0ee2a50
commit
897078b7f0
1 changed files with 1 additions and 1 deletions
|
|
@ -705,7 +705,7 @@ function fantasyMap() {
|
|||
let radius = customization === 2 ? +countriesManuallyBrush.value : +culturesManuallyBrush.value;
|
||||
const r = rn(6 / graphSize * radius, 1);
|
||||
moveCircle(x1, y1, r);
|
||||
selection = defineBrushSelection(c2, radius);
|
||||
let selection = defineBrushSelection(c2, radius);
|
||||
if (selection) {
|
||||
if (customization === 2) changeStateForSelection(selection);
|
||||
if (customization === 4) changeCultureForSelection(selection);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue