1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 02:07:34 +08:00

Change default category value

This commit is contained in:
Andrei Zavatski 2020-02-20 04:19:50 +03:00
parent 5d8445676d
commit a8c735b66d

View File

@ -104,6 +104,8 @@ namespace osu.Game.Overlays.BeatmapListing
} }
} }
}); });
Category.Value = BeatmapSearchCategory.Leaderboard;
} }
[BackgroundDependencyLoader] [BackgroundDependencyLoader]