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(); endRepeatSelection();
lastRepeatSource = source; lastRepeatSource = source;
Scheduler.Add(repeatDelegate = this.BeginKeyRepeat(Scheduler, action)); repeatDelegate = this.BeginKeyRepeat(Scheduler, action);
} }
private void endRepeatSelection(object source = null) private void endRepeatSelection(object source = null)