Skip to content

Commit 8a14599

Browse files
author
bartlettmic
committed
Syntax fix
1 parent c70ae3e commit 8a14599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Visualizer_Program/Visualizer_Program.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ void CycleVisual() {
625625
}
626626

627627
//Like before, this delay is to prevent a button press from affecting "maxVol."
628-
if (!shuffle) delay(350);
628+
delay(350);
629629

630630
maxVol = 15; //Good to reset the maxVol for a fresh experience.
631631
}

0 commit comments

Comments
 (0)