1
0
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:
Dean Herbert 2017-03-29 20:01:46 +09:00
parent a6c8be3637
commit 6afa6f30cc
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -203,6 +203,8 @@ namespace osu.Game.Screens.Select
if (selectedGroup == null || selectedGroup.State == BeatmapGroupState.Hidden)
SelectNext();
else
selectGroup(selectedGroup);
};
filterTask?.Cancel();