mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Remove double schedule
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user