consistent precision for BPM and secs - 3 decimal places in the editor and in the song file

This commit is contained in:
Chris Danford
2006-01-19 03:07:43 +00:00
parent 941e70ba39
commit d66b45a117
+1 -1
View File
@@ -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
{