mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Rename BeatmapMetrics
to APIFailTimes
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user