mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
temporal: actually iterate
This commit is contained in:
parent
b192eea65a
commit
1cdfe2aa2f
1 changed files with 1 additions and 0 deletions
|
|
@ -1135,6 +1135,7 @@ class /*LIBTEMPORAL_API*/ TempoMap : public PBD::StatefulDestructible
|
|||
if (nxt == _meters.end() || mp->sclock() > ref) {
|
||||
break;
|
||||
}
|
||||
mp = nxt;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue