mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 15:05:34 +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);
|
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();
|
retryFailContainer.Hide();
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user