From 82c5a173b53f514ac44dab6c3d6945707b0d0672 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Wed, 1 Jun 2022 22:19:45 +0300 Subject: [PATCH] hotfix: reGraph to no override pack object --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 434fdba5..8a38de32 100644 --- a/main.js +++ b/main.js @@ -53,7 +53,7 @@ let landmass = viewbox.append("g").attr("id", "landmass"); let texture = viewbox.append("g").attr("id", "texture"); let terrs = viewbox.append("g").attr("id", "terrs"); let biomes = viewbox.append("g").attr("id", "biomes"); -let cells = viewbox.append("g").attr("id", "cells"); +let gridCells = viewbox.append("g").attr("id", "cells"); let gridOverlay = viewbox.append("g").attr("id", "gridOverlay"); let coordinates = viewbox.append("g").attr("id", "coordinates"); let compass = viewbox.append("g").attr("id", "compass");