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