DivSongTimestamps, part 2

compilation fixes
This commit is contained in:
tildearrow 2025-10-28 21:13:32 -05:00
parent 8c1c338e91
commit 2f11128c8d
2 changed files with 23 additions and 40 deletions

View file

@ -215,7 +215,7 @@ void DivEngine::findSongLength(int loopOrder, int loopRow, double fadeoutLen, in
void DivEngine::calcSongTimestamps() {
if (curSubSong!=NULL) {
curSubSong->calcTimestamps(chans,song.grooves.song.jumpTreatment,song.ignoreJumpAtEnd,song.brokenSpeedSel,song.delayBehavior);
curSubSong->calcTimestamps(chans,song.grooves,song.jumpTreatment,song.ignoreJumpAtEnd,song.brokenSpeedSel,song.delayBehavior);
}
}