mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 02:31:18 +08:00
Revert keyboard seek speed change
This commit is contained in:
@@ -107,11 +107,11 @@ namespace osu.Game.Screens.Play
|
||||
return true;
|
||||
|
||||
case GlobalAction.SeekReplayBackward:
|
||||
SeekInDirection(-1);
|
||||
SeekInDirection(-5);
|
||||
return true;
|
||||
|
||||
case GlobalAction.SeekReplayForward:
|
||||
SeekInDirection(1);
|
||||
SeekInDirection(5);
|
||||
return true;
|
||||
|
||||
case GlobalAction.TogglePauseReplay:
|
||||
|
||||
Reference in New Issue
Block a user