remove redundant line for EDIT_BUTTON_SCROLL_SELECT
This commit is contained in:
@@ -1912,7 +1912,6 @@ Play current beat to end=Play current beat to end
|
||||
Play whole song=Play whole song
|
||||
Record=Record
|
||||
Set selection=Set selection
|
||||
Drag area marker=Drag area marker
|
||||
Toggle assist tick=Toggle assist tick
|
||||
Next/prev steps of same StepsType=Next/prev steps of same StepsType
|
||||
Decrease/increase BPM at cur beat=Decrease/increase BPM at cur beat
|
||||
|
||||
+1
-1
@@ -1361,7 +1361,7 @@ void ScreenEdit::InputEdit( const InputEventPlus &input, EditButton EditB )
|
||||
break;
|
||||
}
|
||||
iSpeed = clamp( iSpeed, 0, (int) ARRAYLEN(fSpeeds)-1 );
|
||||
|
||||
|
||||
if( fSpeeds[iSpeed] != fScrollSpeed )
|
||||
{
|
||||
m_soundMarker.Play();
|
||||
|
||||
Reference in New Issue
Block a user