forked from Shinonome/dots-hyprland
fix typo (#1393 is closed?)
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user