mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
fix typo in comment of prev. commit
This commit is contained in:
parent
c8fd1d26eb
commit
a96036e3af
1 changed files with 1 additions and 1 deletions
|
|
@ -2811,7 +2811,7 @@ Playlist::combine (const RegionList& r)
|
|||
|
||||
/* sort by position then layer.
|
||||
* route_time_axis passes 'selected_regions' - which is not sorted.
|
||||
* here we need the top-most first, then every layer's region softed by position.
|
||||
* here we need the top-most first, then every layer's region sorted by position.
|
||||
*/
|
||||
RegionList sorted(r);
|
||||
sorted.sort(RegionSortByLayerAndPosition());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue