fix typo (#1393 is closed?)

This commit is contained in:
end-4
2025-06-12 12:00:17 +02:00
parent 13bad429bc
commit a63dec24b8
@@ -46,7 +46,7 @@ Canvas { // Visualizer
} }
root.smoothPoints.push(sum / count); root.smoothPoints.push(sum / count);
} }
if (!root.live) smoothedPoints.fill(0); // If not playing, show no points if (!root.live) root.smoothPoints.fill(0); // If not playing, show no points
ctx.beginPath(); ctx.beginPath();
ctx.moveTo(0, h); ctx.moveTo(0, h);