use sections in SORT_BPM
choose sort from list in MusicWheel
This commit is contained in:
@@ -181,7 +181,7 @@ void BPMDisplay::SetBPM( const Song* pSong )
|
||||
}
|
||||
break;
|
||||
case Song::DISPLAY_SPECIFIED:
|
||||
SetBPMRange( pSong->m_fDisplayBPMMin, pSong->m_fDisplayBPMMax );
|
||||
SetBPMRange( pSong->m_fSpecifiedBPMMin, pSong->m_fSpecifiedBPMMax );
|
||||
break;
|
||||
case Song::DISPLAY_RANDOM:
|
||||
CycleRandomly();
|
||||
|
||||
Reference in New Issue
Block a user