ghosts can traverse tracks again

This commit is contained in:
itsmattkc
2019-04-05 02:16:12 +11:00
parent d7091c2b10
commit 9f029bedfa
9 changed files with 103 additions and 48 deletions
+1 -1
View File
@@ -370,7 +370,7 @@ void Timeline::nest() {
&& c->timeline_out() > g.out))) {
// There's a clip occupied by the space taken up by this ghost. Move up a track, and seek again.
g.track = g.track->track_list()->TrackAt(g.track->Index() + 1);
g.track = g.track->Next();
// Restart entire loop again
j = -1;