re-apply roll-delay after seek - fixes #5781

This commit is contained in:
Robin Gareus
2015-10-01 23:17:01 +02:00
parent 49f13fb403
commit 4a31b03761

View File

@@ -4699,6 +4699,7 @@ Route::non_realtime_locate (framepos_t pos)
(*i)->transport_located (pos);
}
}
_roll_delay = _initial_delay;
}
void