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:
parent
e3d654d33f
commit
1b4c31a84f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user