Rename BeatmapMetrics to APIFailTimes

This commit is contained in:
Dean Herbert
2021-10-25 15:34:41 +09:00
parent 4969ab0599
commit 2c308f3008
11 changed files with 33 additions and 32 deletions

View File

@ -48,7 +48,7 @@ namespace osu.Game.Overlays.BeatmapSet
successRate.Length = rate;
percentContainer.ResizeWidthTo(successRate.Length, 250, Easing.InOutCubic);
Graph.Metrics = beatmapInfo?.Metrics;
Graph.FailTimes = beatmapInfo?.FailTimes;
}
public SuccessRate()