We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e64fe commit e4945a8Copy full SHA for e4945a8
src/main/java/sortVisualiser/MidiSoundPlayer.java
@@ -46,7 +46,7 @@ public MidiSoundPlayer(int maxValue) {
46
}
47
48
if (!found) {
49
- index = 143;
+ index = 2;
50
51
CACHED_INDEX = index;
52
0 commit comments