parent
ee3b511276
commit
dfaf0145da
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ bool MidiParser_S1D::loadMusic(byte *data, uint32 size) {
|
||||||
// will persist beyond this call, i.e. we do NOT
|
// will persist beyond this call, i.e. we do NOT
|
||||||
// copy the data to our own buffer. Take warning....
|
// copy the data to our own buffer. Take warning....
|
||||||
resetTracking();
|
resetTracking();
|
||||||
setTempo(500000);
|
setTempo(666667);
|
||||||
setTrack(0);
|
setTrack(0);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue