From 22e4337fc36c5d2b1466e1b2a5a38bfd2cfc57fd Mon Sep 17 00:00:00 2001 From: Hans5958 Date: Thu, 20 Jul 2023 17:31:17 +0700 Subject: [PATCH] Indicate turned on highlightUncharted is instance only --- web/_js/main/draw.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/_js/main/draw.js b/web/_js/main/draw.js index 9572fe69b..b46ae8623 100644 --- a/web/_js/main/draw.js +++ b/web/_js/main/draw.js @@ -122,6 +122,8 @@ function initDraw() { let lShiftPressed = false let shiftPressed = false + // @instance-only + // Default is false. When changing, also check HTML of #highlightUncharted let highlightUncharted = true renderBackground(atlas)