From 6ae4ad9d85ee2851a2cf3216b52611c6fbf1ffd4 Mon Sep 17 00:00:00 2001 From: thyttan <6uuxstm66@mozmail.com⁩> Date: Thu, 24 Apr 2025 00:17:17 +0200 Subject: [PATCH] edgeclk: reset inside the `g.clear` call --- apps/edgeclk/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/edgeclk/app.js b/apps/edgeclk/app.js index 9bc6335ac..b67018917 100644 --- a/apps/edgeclk/app.js +++ b/apps/edgeclk/app.js @@ -336,7 +336,7 @@ /* Startup Process ------------------------------------------------------------------------------*/ - g.reset().clear(); + g.clear(1); drawAll(); startTimers(); registerEvents();