13
0

temporal: actually iterate

This commit is contained in:
Paul Davis 2023-09-22 15:30:31 -06:00
parent b192eea65a
commit 1cdfe2aa2f

View File

@ -1135,6 +1135,7 @@ class /*LIBTEMPORAL_API*/ TempoMap : public PBD::StatefulDestructible
if (nxt == _meters.end() || mp->sclock() > ref) { if (nxt == _meters.end() || mp->sclock() > ref) {
break; break;
} }
mp = nxt;
} }
} }