mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 06:07:11 +09:00
Keep selected beatmap in centre of screen post-filter.
This commit is contained in:
@ -203,6 +203,8 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
if (selectedGroup == null || selectedGroup.State == BeatmapGroupState.Hidden)
|
||||
SelectNext();
|
||||
else
|
||||
selectGroup(selectedGroup);
|
||||
};
|
||||
|
||||
filterTask?.Cancel();
|
||||
|
Reference in New Issue
Block a user