bugfix for 9xx offset effect

This commit is contained in:
Andy Sloane 2015-11-04 05:50:29 -08:00
commit 54809c2b81

3
xm.js
View file

@ -341,7 +341,8 @@ function next_row() {
}
if (triggernote) {
ch.off = 0;
// there's gotta be a less hacky way to handle offset commands...
if (ch.effect != 9) ch.off = 0;
ch.release = 0;
ch.envtick = 0;
ch.vibratopos = 0;