mirror of
https://github.com/osukey/osukey.git
synced 2025-08-01 21:58:46 +09:00
CI fix
This commit is contained in:
@ -333,7 +333,7 @@ namespace osu.Game.Screens.Select
|
||||
}
|
||||
|
||||
selectionChangeNoBounce = beatmap;
|
||||
|
||||
|
||||
selectionChangedDebounce?.Cancel();
|
||||
selectionChangedDebounce = Scheduler.AddDelayed(delegate
|
||||
{
|
||||
|
Reference in New Issue
Block a user