mirror of
https://github.com/ppy/osu
synced 2025-04-18 13:05:47 +00:00
Keep selected beatmap in centre of screen post-filter.
This commit is contained in:
parent
a6c8be3637
commit
6afa6f30cc
@ -203,6 +203,8 @@ namespace osu.Game.Screens.Select
|
|||||||
|
|
||||||
if (selectedGroup == null || selectedGroup.State == BeatmapGroupState.Hidden)
|
if (selectedGroup == null || selectedGroup.State == BeatmapGroupState.Hidden)
|
||||||
SelectNext();
|
SelectNext();
|
||||||
|
else
|
||||||
|
selectGroup(selectedGroup);
|
||||||
};
|
};
|
||||||
|
|
||||||
filterTask?.Cancel();
|
filterTask?.Cancel();
|
||||||
|
Loading…
Reference in New Issue
Block a user