Make CI happy

This commit is contained in:
Eris Lund 2026-06-03 06:44:22 +02:00
parent a06224f885
commit 8cfa724beb

View file

@ -641,7 +641,7 @@ export function createVisualizerEngine(cfg: VEConfig) {
}
} else {
if (visMode == 0) {
let chunker, chunkedData;
let chunker, chunkedData = 0;
// unsure why 38 - 1 was being done here
// technically a bug, won't fix
for (let x = 0; x < WINDOWSHADE_WIDTH - 1; x++) {