summaryrefslogtreecommitdiff
path: root/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/index.js')
-rw-r--r--js/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/index.js b/js/index.js
index 0bc87ea..3881d38 100644
--- a/js/index.js
+++ b/js/index.js
@@ -252,6 +252,8 @@ if (gradingToggle) {
let render = () => {
analysis.resetToImage();
+ // Reset watermark flag for new frame
+ ctx._watermarkDrawn = false;
for (let i of Object.values(analysis.criteria)) {
if (i.toggle.checked) {
i.analysis.draw(ctx);