whoops, more refactoring bugs

i should really write some tests.
This commit is contained in:
Andy Sloane 2015-11-03 17:55:12 -08:00
commit f95bd1e169

View file

@ -169,9 +169,9 @@ function eff_t0_f(ch, data) { // set tempo
console.log("tempo 0?");
return;
} else if(data < 0x20) {
tempo = data;
xm.tempo = data;
} else {
bpm = data;
xm.bpm = data;
}
}