Refactored background of BeatmapInfoWedge

This commit is contained in:
Denrage
2021-04-21 14:16:16 +02:00
parent d6928e91fd
commit 0dfd0bb59d
3 changed files with 68 additions and 57 deletions

View File

@ -193,8 +193,6 @@ namespace osu.Game.Tests.Visual.SongSelect
private class TestBeatmapInfoWedge : BeatmapInfoWedge
{
public new BufferedWedgeBackground Background => base.Background;
public new WedgeInfoText Info => base.Info;
public new BeatmapInfoWedgeContainer Container => base.Container;