mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 03:02:54 +08: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)
|
||||
SelectNext();
|
||||
else
|
||||
selectGroup(selectedGroup);
|
||||
};
|
||||
|
||||
filterTask?.Cancel();
|
||||
|
Loading…
Reference in New Issue
Block a user