mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
temporal: fix error in TempoMap::previous_tempo()
This commit is contained in:
parent
8de52a74bb
commit
1179b022da
1 changed files with 2 additions and 0 deletions
|
|
@ -2963,6 +2963,8 @@ TempoMap::previous_tempo (TempoPoint const & point) const
|
|||
return 0;
|
||||
}
|
||||
|
||||
--i;
|
||||
|
||||
return &(*i);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue