1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 09:22:54 +08:00
This commit is contained in:
MrTheMake 2017-05-24 02:23:52 +02:00
parent 09adb23591
commit 0616256bd0

View File

@ -333,7 +333,7 @@ namespace osu.Game.Screens.Select
} }
selectionChangeNoBounce = beatmap; selectionChangeNoBounce = beatmap;
selectionChangedDebounce?.Cancel(); selectionChangedDebounce?.Cancel();
selectionChangedDebounce = Scheduler.AddDelayed(delegate selectionChangedDebounce = Scheduler.AddDelayed(delegate
{ {