mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 07:42:55 +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;
|
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>();
|
public readonly Bindable<StarDifficulty> StarDifficulty = new Bindable<StarDifficulty>();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user