push2: prevent crash caused by missing per-thread tempo map ptr
This commit is contained in:
parent
3475350d7c
commit
52decdd1b4
@ -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 "|"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user