push2: prevent crash caused by missing per-thread tempo map ptr

This commit is contained in:
Paul Davis 2021-10-09 11:47:13 -06:00
parent 3475350d7c
commit 52decdd1b4

View File

@ -603,7 +603,7 @@ TrackMixLayout::update_clocks ()
}
char buf[16];
Temporal::BBT_Time BBT = Temporal::TempoMap::use()->bbt_at (timepos_t (pos));
Temporal::BBT_Time BBT = Temporal::TempoMap::fetch()->bbt_at (timepos_t (pos));
#define BBT_BAR_CHAR "|"