13
0

NO-OP: this comment was useful to me today

This commit is contained in:
Paul Davis 2024-05-15 16:09:43 -06:00
parent 5ee2e8d500
commit 70a86561e7

View File

@ -5325,6 +5325,7 @@ Route::setup_invisible_processors ()
}
#endif
if ((*i)->display_to_user ()) {
/* visible processor, put it on the list of new processors */
new_processors.push_back (*i);
}
else if (auxsnd && auxsnd->is_foldback ()) {