1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 09:27:34 +08:00
This commit is contained in:
Dean Herbert 2017-03-16 17:04:03 +09:00
parent 93c0fe5140
commit e17f728282
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -26,7 +26,7 @@ namespace osu.Game.Screens.Select
private OsuTabControl<SortMode> sortTabs;
TabControl<GroupMode> groupTabs;
private TabControl<GroupMode> groupTabs;
private SortMode sort = SortMode.Title;
public SortMode Sort