mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 22:42:57 +08:00
fix
This commit is contained in:
parent
9dd8920c2c
commit
9026880495
@ -76,7 +76,7 @@ namespace osu.Game.Screens.Select
|
||||
ratingsGraph.Values = ratings.Select(rating => (float)rating);
|
||||
}
|
||||
|
||||
if (beatmap.Metric?.Retries == null && beatmap.Metric?.Fails == null)
|
||||
if (beatmap.Metric?.Retries == null || beatmap.Metric?.Fails == null)
|
||||
retryFailContainer.Hide();
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user