1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 23:12:56 +08:00

Use component instead of drawable

This commit is contained in:
smoogipoo 2020-10-01 21:39:40 +09:00
parent 62b55c4c9c
commit 40c153e705

View File

@ -122,7 +122,7 @@ namespace osu.Game.Beatmaps.Drawables
public object TooltipContent => shouldShowTooltip ? new DifficultyIconTooltipContent(beatmap, difficultyBindable) : null;
private class DifficultyRetriever : Drawable
private class DifficultyRetriever : Component
{
public readonly Bindable<StarDifficulty> StarDifficulty = new Bindable<StarDifficulty>();