mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 19:23:59 +00:00
Fix crash in MMA conversion
This commit is contained in:
parent
0a45e471b0
commit
93d835d975
|
@ -2150,7 +2150,7 @@ void VLSong::iterator::AdjustStatus()
|
|||
|
||||
return;
|
||||
}
|
||||
if (fMeasure == fSong.CountMeasures())
|
||||
if (fMeasure == fSong.CountMeasures()-fSong.EmptyEnding())
|
||||
while (fStatus.size())
|
||||
if (++fStatus.back().fVolta < fStatus.back().fTimes) {
|
||||
fMeasure = fStatus.back().fBegin;
|
||||
|
|
Loading…
Reference in New Issue
Block a user