fix song stopping too early

This commit is contained in:
tildearrow 2022-10-22 03:46:39 -05:00
parent b073368b21
commit a8def55d56
3 changed files with 12 additions and 4 deletions

View file

@ -2357,6 +2357,7 @@ void DivEngine::reset() {
speed2=curSubSong->speed2;
firstTick=false;
shallStop=false;
shallStopSched=false;
nextSpeed=speed1;
divider=60;
if (curSubSong->customTempo) {