summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/route.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index 6b7929bf82..494457e043 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -4699,6 +4699,7 @@ Route::non_realtime_locate (framepos_t pos)
(*i)->transport_located (pos);
}
}
+ _roll_delay = _initial_delay;
}
void