confusion mod fix
This commit is contained in:
@@ -118,10 +118,7 @@ void BPMDisplay::SetBPMRange( const DisplayBpms &bpms )
|
||||
if( MinBPM == MaxBPM )
|
||||
{
|
||||
if( MinBPM == -1 )
|
||||
{
|
||||
SetText( "..." ); // random
|
||||
IsRandom = true;
|
||||
}
|
||||
else
|
||||
SetText( ssprintf("%i", MinBPM) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user