mirror of
https://github.com/ppy/osu.git
synced 2025-01-16 00:13:12 +08:00
Fix CodeFactor error
This commit is contained in:
parent
f799a6e733
commit
df29e61147
@ -299,7 +299,6 @@ namespace osu.Game.Screens.Select
|
|||||||
// no difficulty means it can't have a status to show
|
// no difficulty means it can't have a status to show
|
||||||
if (beatmapInfo.Version == null)
|
if (beatmapInfo.Version == null)
|
||||||
StatusPill.Hide();
|
StatusPill.Hide();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void setStarRatingDisplayVisibility()
|
private void setStarRatingDisplayVisibility()
|
||||||
|
Loading…
Reference in New Issue
Block a user