mirror of
https://github.com/osukey/osukey.git
synced 2025-06-04 04:17:21 +09:00
Remove unnecessary redirection property to Container.Info
This commit is contained in:
parent
cf6ed7a7cf
commit
4ef901d08d
@ -193,9 +193,9 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
|
||||
private class TestBeatmapInfoWedge : BeatmapInfoWedge
|
||||
{
|
||||
public new WedgeInfoText Info => base.Info;
|
||||
|
||||
public new BeatmapInfoWedgeContainer Container => base.Container;
|
||||
|
||||
public WedgeInfoText Info => base.Container.Info;
|
||||
}
|
||||
|
||||
private class TestHitObject : ConvertHitObject, IHasPosition
|
||||
|
@ -41,7 +41,6 @@ namespace osu.Game.Screens.Select
|
||||
private IBindable<RulesetInfo> ruleset { get; set; }
|
||||
|
||||
protected BeatmapInfoWedgeContainer Container;
|
||||
protected WedgeInfoText Info => Container.Info;
|
||||
|
||||
public BeatmapInfoWedge()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user