1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 22:42:57 +08:00
This commit is contained in:
Jorolf 2017-04-11 14:40:12 +02:00
parent 9dd8920c2c
commit 9026880495

View File

@ -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
{