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