mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 15:47:38 +09:00
Fix incorrect flush logic when starting play from non-selected difficulty using context menu
This commit is contained in:
parent
4e46565f6e
commit
4c1f00567b
@ -214,6 +214,8 @@ namespace osu.Game.Screens.Select
|
|||||||
// it could change selection (ie. if the ruleset has been changed).
|
// it could change selection (ie. if the ruleset has been changed).
|
||||||
carousel.FlushPendingFilterOperations();
|
carousel.FlushPendingFilterOperations();
|
||||||
|
|
||||||
|
carousel.SelectBeatmap(beatmap);
|
||||||
|
|
||||||
if (selectionChangedDebounce?.Completed == false)
|
if (selectionChangedDebounce?.Completed == false)
|
||||||
{
|
{
|
||||||
selectionChangedDebounce.RunTask();
|
selectionChangedDebounce.RunTask();
|
||||||
@ -221,8 +223,6 @@ namespace osu.Game.Screens.Select
|
|||||||
selectionChangedDebounce = null;
|
selectionChangedDebounce = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
carousel.SelectBeatmap(beatmap);
|
|
||||||
|
|
||||||
Start();
|
Start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user