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

Fix CodeFactor error

This commit is contained in:
Denrage 2021-04-20 14:22:49 +02:00
parent f799a6e733
commit df29e61147

View File

@ -299,7 +299,6 @@ namespace osu.Game.Screens.Select
// no difficulty means it can't have a status to show
if (beatmapInfo.Version == null)
StatusPill.Hide();
}
private void setStarRatingDisplayVisibility()