1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 22:42:57 +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;
selectionChangedDebounce?.Cancel();
selectionChangedDebounce = Scheduler.AddDelayed(delegate
{