fix #DISPLAYBPM:*

This commit is contained in:
Glenn Maynard
2003-06-12 20:10:08 +00:00
parent 05e94e4278
commit 3d42a56288
+1
View File
@@ -184,6 +184,7 @@ void BPMDisplay::SetBPM( const Song* pSong )
SetBPMRange( pSong->m_fDisplayBPMMin, pSong->m_fDisplayBPMMax );
break;
case Song::DISPLAY_RANDOM:
CycleRandomly();
break;
default:
ASSERT(0);