mirror of
https://github.com/osukey/osukey.git
synced 2025-07-22 19:00:05 +09:00
Remove unnecessary double-schedule in UpdateBeatmapSet
This commit is contained in:
@ -311,14 +311,11 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
itemsCache.Invalidate();
|
||||
|
||||
Schedule(() =>
|
||||
{
|
||||
if (!Scroll.UserScrolling)
|
||||
ScrollToSelected(true);
|
||||
|
||||
BeatmapSetsChanged?.Invoke();
|
||||
});
|
||||
});
|
||||
|
||||
/// <summary>
|
||||
/// Selects a given beatmap on the carousel.
|
||||
|
Reference in New Issue
Block a user