make comment more accurate

This commit is contained in:
Paul Davis 2019-11-15 15:48:29 -07:00
parent 5c9e7b8234
commit ba4e7015de

View File

@ -679,7 +679,9 @@ Session::start_transport ()
bool
Session::should_roll_after_locate () const
{
/* a locate must previously have been requested and completed */
/* a locate must previously have been requested and completed before
* this answer can be considered correct
*/
return ((!config.get_external_sync() && (auto_play_legal && config.get_auto_play())) && !_exporting) || (post_transport_work() & PostTransportRoll);