temporal: fix error in TempoMap::previous_tempo()
This commit is contained in:
@@ -2963,6 +2963,8 @@ TempoMap::previous_tempo (TempoPoint const & point) const
|
||||
return 0;
|
||||
}
|
||||
|
||||
--i;
|
||||
|
||||
return &(*i);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user