mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 17:40:10 +08:00
Adjust debounce a bit
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user