From 98385639761e88400dfb4493cd47d8e49ef968fd Mon Sep 17 00:00:00 2001 From: Bernhard Date: Fri, 9 Dec 2022 16:59:23 +0200 Subject: [PATCH] update vision circles when radius is changed (#2) --- js/opt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/opt.js b/js/opt.js index b1c3e93..b408ea3 100644 --- a/js/opt.js +++ b/js/opt.js @@ -107,7 +107,7 @@ const opt = (() => { select(`[data-show=accuracy]`).textContent = Math.floor(data.accuracy); return; - } + } else if (model === "vision") g.shapeMode++; select(`[data-show=${model}]`).textContent = data[model]; });