mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-18 00:55:54 +00:00
Make CI happy
This commit is contained in:
parent
a06224f885
commit
8cfa724beb
1 changed files with 1 additions and 1 deletions
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue