1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 00:42:55 +08:00

Remove double schedule

This commit is contained in:
smoogipoo 2020-06-26 20:14:08 +09:00
parent e3d654d33f
commit 1b4c31a84f

View File

@ -526,7 +526,7 @@ namespace osu.Game.Screens.Select
endRepeatSelection();
lastRepeatSource = source;
Scheduler.Add(repeatDelegate = this.BeginKeyRepeat(Scheduler, action));
repeatDelegate = this.BeginKeyRepeat(Scheduler, action);
}
private void endRepeatSelection(object source = null)