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:
parent
62b55c4c9c
commit
40c153e705
@ -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>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user