From a6f66e98288b6ad6dfd25bdf6eb5e7923629a791 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sun, 9 Mar 2025 13:29:45 +0100 Subject: [PATCH] fix: grid layer to not be clickable --- index.css | 1 + index.html | 2 +- versioning.js | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index 0244eb23..373bf63c 100644 --- a/index.css +++ b/index.css @@ -166,6 +166,7 @@ t, #texture, #landmass, #vignette, +#gridOverlay, #fogging { pointer-events: none; } diff --git a/index.html b/index.html index e5b48466..c8a93c8a 100644 --- a/index.html +++ b/index.html @@ -138,7 +138,7 @@ } - + Major version 1, Minor version 102, Patch version 2 */ -const VERSION = "1.108.5"; +const VERSION = "1.108.6"; if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function"); {