mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
Write the topologically sorted route list back to the session's list so that the 1-processor process code sees it. Should fix #4937.
git-svn-id: svn://localhost/ardour2/branches/3.0@12784 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
aea9601307
commit
944dae2a41
1 changed files with 1 additions and 1 deletions
|
|
@ -1485,7 +1485,7 @@ Session::resort_routes_using (boost::shared_ptr<RouteList> r)
|
|||
trace_terminal (*i, *i);
|
||||
}
|
||||
|
||||
r = sorted_routes;
|
||||
*r = *sorted_routes;
|
||||
|
||||
#ifndef NDEBUG
|
||||
DEBUG_TRACE (DEBUG::Graph, "Routes resorted, order follows:\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue