speed up sub-song detection
This commit is contained in:
parent
f990dee0c1
commit
c7fe8fea80
1 changed files with 1 additions and 0 deletions
|
|
@ -575,6 +575,7 @@ void DivSong::findSubSongs(int chans) {
|
|||
logV("found a subsong: %d-%d",curStart,i->ts.loopEnd.order);
|
||||
subSongStart.push_back(curStart);
|
||||
subSongEnd.push_back(i->ts.loopEnd.order);
|
||||
curStart=i->ts.loopEnd.order;
|
||||
}
|
||||
|
||||
// if this is the only song, quit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue