mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
remove #statePaths
This commit is contained in:
parent
e6457c4e4e
commit
eaef15f962
4 changed files with 9 additions and 7 deletions
|
|
@ -320,6 +320,8 @@ async function parseLoadedData(data) {
|
|||
fogging = viewbox.select("#fogging");
|
||||
debug = viewbox.select("#debug");
|
||||
burgLabels = labels.select("#burgLabels");
|
||||
const statePaths = defs.select("#statePaths");
|
||||
statePaths?.remove();
|
||||
})();
|
||||
|
||||
void (function parseGridData() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue