derives from trianglebutton rather than osubutton

This commit is contained in:
Santeri
2017-11-28 00:09:58 +02:00
parent 0a8fa2e6de
commit 86de6f8252
3 changed files with 8 additions and 16 deletions

View File

@ -20,7 +20,7 @@ namespace osu.Game.Overlays.BeatmapSet
Container pink;
SpriteIcon icon;
Children = new Drawable[]
AddRange(new Drawable[]
{
pink = new Container
{
@ -52,7 +52,7 @@ namespace osu.Game.Overlays.BeatmapSet
Size = new Vector2(18),
Shadow = false,
},
};
});
Favourited.ValueChanged += value =>
{