1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 20:44:48 +08:00

Remove double schedule

This commit is contained in:
smoogipoo
2020-06-26 20:14:08 +09:00
Unverified
parent e3d654d33f
commit 1b4c31a84f
+1 -1
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)