consistent precision for BPM and secs - 3 decimal places in the editor and in the song file
This commit is contained in:
@@ -1394,7 +1394,7 @@ void ScreenEdit::InputEdit( const InputEventPlus &input, EditButton EditB )
|
||||
}
|
||||
if( EditIsBeingPressed( EDIT_BUTTON_ADJUST_FINE ) )
|
||||
{
|
||||
fDeltaBPM /= 2;
|
||||
fDeltaBPM /= 20; // .001 bpm
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user