handle Mmod choice for per-chart #DISPLAYBPM

I think this is the only thing that needs to change??
This commit is contained in:
Telperion
2023-02-07 11:36:04 -08:00
committed by teejusb
parent d079940fea
commit fdfc9848b8
+2 -2
View File
@@ -436,8 +436,8 @@ void Player::Init(
}
else
{
ASSERT( GAMESTATE->m_pCurSong != nullptr );
GAMESTATE->m_pCurSong->GetDisplayBpms( bpms );
ASSERT( GAMESTATE->m_pCurSteps[pn] != nullptr );
GAMESTATE->m_pCurSteps[pn]->GetDisplayBpms(bpms);
}
float fMaxBPM = 0;