1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 14:12:54 +08:00

Remove todo

This commit is contained in:
smoogipoo 2021-08-04 22:09:03 +09:00
parent fbf89493ad
commit 3b6771ca65

View File

@ -359,7 +359,6 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
roomCategory.BindTo(Room.Category);
roomCategory.BindValueChanged(c =>
{
// Todo: Tournament category...
if (c.NewValue == RoomCategory.Spotlight)
specialCategoryPill.Show();
else