mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 15:47:38 +09: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…
x
Reference in New Issue
Block a user