mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 04:52:53 +08:00
Revert keyboard seek speed change
This commit is contained in:
parent
7f31070b87
commit
15df6b1da1
@ -107,11 +107,11 @@ namespace osu.Game.Screens.Play
|
|||||||
return true;
|
return true;
|
||||||
|
|
||||||
case GlobalAction.SeekReplayBackward:
|
case GlobalAction.SeekReplayBackward:
|
||||||
SeekInDirection(-1);
|
SeekInDirection(-5);
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
case GlobalAction.SeekReplayForward:
|
case GlobalAction.SeekReplayForward:
|
||||||
SeekInDirection(1);
|
SeekInDirection(5);
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
case GlobalAction.TogglePauseReplay:
|
case GlobalAction.TogglePauseReplay:
|
||||||
|
Loading…
Reference in New Issue
Block a user