1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 19:42:55 +08:00

Remove SmoothCircularProgress usage in BeatmapCardThumbnail

This commit is contained in:
Andrei Zavatski 2022-12-03 16:16:21 +03:00
parent 5a69656764
commit 94cfcdb338

View File

@ -11,7 +11,7 @@ using osu.Game.Beatmaps.Drawables.Cards.Buttons;
using osu.Game.Graphics; using osu.Game.Graphics;
using osu.Game.Online.API.Requests.Responses; using osu.Game.Online.API.Requests.Responses;
using osu.Game.Overlays; using osu.Game.Overlays;
using osu.Game.Screens.Ranking.Expanded.Accuracy; using osu.Framework.Graphics.UserInterface;
using osuTK; using osuTK;
using osuTK.Graphics; using osuTK.Graphics;
@ -30,7 +30,7 @@ namespace osu.Game.Beatmaps.Drawables.Cards
private readonly UpdateableOnlineBeatmapSetCover cover; private readonly UpdateableOnlineBeatmapSetCover cover;
private readonly Container foreground; private readonly Container foreground;
private readonly PlayButton playButton; private readonly PlayButton playButton;
private readonly SmoothCircularProgress progress; private readonly CircularProgress progress;
private readonly Container content; private readonly Container content;
protected override Container<Drawable> Content => content; protected override Container<Drawable> Content => content;
@ -53,7 +53,7 @@ namespace osu.Game.Beatmaps.Drawables.Cards
{ {
RelativeSizeAxes = Axes.Both RelativeSizeAxes = Axes.Both
}, },
progress = new SmoothCircularProgress progress = new CircularProgress
{ {
Anchor = Anchor.Centre, Anchor = Anchor.Centre,
Origin = Anchor.Centre, Origin = Anchor.Centre,