mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 14:33:01 +00:00
XM import: fix pitch slide speed
This commit is contained in:
parent
8772d75e52
commit
5659ea1344
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ bool DivEngine::loadXM(unsigned char* file, size_t len) {
|
|||
ds.noSlidesOnFirstTick=true;
|
||||
ds.rowResetsArpPos=true;
|
||||
ds.ignoreJumpAtEnd=false;
|
||||
ds.pitchSlideSpeed=12;
|
||||
ds.pitchSlideSpeed=8;
|
||||
|
||||
logV("Extended Module");
|
||||
|
||||
|
|
Loading…
Reference in a new issue