mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 06:03:08 +08:00
Adjust debounce a bit
This commit is contained in:
parent
40ceaf12f2
commit
5c9d484395
@ -275,7 +275,7 @@ namespace osu.Game.Screens.Select
|
||||
if (beatmap == Beatmap.Value.BeatmapInfo)
|
||||
performLoad();
|
||||
else
|
||||
selectionChangedDebounce = Scheduler.AddDelayed(performLoad, 100);
|
||||
selectionChangedDebounce = Scheduler.AddDelayed(performLoad, 200);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user