From f9745e6eb5eebb79f6958290ea6e343bbf8f4d16 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Mon, 19 Jun 2023 00:10:49 -0500 Subject: [PATCH] Defaulted highlightUncharted to false The atlas has been largely filled out at this point, so highlightUncharted is no longer relevant. --- web/_js/main/draw.js | 2 +- web/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/_js/main/draw.js b/web/_js/main/draw.js index 08ca9eb7..5cc07c07 100644 --- a/web/_js/main/draw.js +++ b/web/_js/main/draw.js @@ -109,7 +109,7 @@ function initDraw() { let lShiftPressed = false let shiftPressed = false - let highlightUncharted = true + let highlightUncharted = false renderBackground(atlas) applyView() diff --git a/web/index.html b/web/index.html index cb1f76f5..82770364 100644 --- a/web/index.html +++ b/web/index.html @@ -274,7 +274,7 @@
- +