mirror of
https://github.com/osukey/osukey.git
synced 2025-07-24 20:00:02 +09:00
Remove unnecessary double-schedule in UpdateBeatmapSet
This commit is contained in:
@ -311,13 +311,10 @@ namespace osu.Game.Screens.Select
|
|||||||
|
|
||||||
itemsCache.Invalidate();
|
itemsCache.Invalidate();
|
||||||
|
|
||||||
Schedule(() =>
|
if (!Scroll.UserScrolling)
|
||||||
{
|
ScrollToSelected(true);
|
||||||
if (!Scroll.UserScrolling)
|
|
||||||
ScrollToSelected(true);
|
|
||||||
|
|
||||||
BeatmapSetsChanged?.Invoke();
|
BeatmapSetsChanged?.Invoke();
|
||||||
});
|
|
||||||
});
|
});
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Reference in New Issue
Block a user