mirror of https://github.com/ppy/osu
Fix missed test scene update
This commit is contained in:
parent
1670766633
commit
17475e60b0
|
@ -25,7 +25,7 @@ public TestSceneRankingsOverlay()
|
|||
Add(rankingsOverlay = new TestRankingsOverlay
|
||||
{
|
||||
Country = { BindTarget = countryBindable },
|
||||
Scope = { BindTarget = scope },
|
||||
Header = { Current = { BindTarget = scope } },
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -65,8 +65,6 @@ public void TestHide()
|
|||
private class TestRankingsOverlay : RankingsOverlay
|
||||
{
|
||||
public new Bindable<Country> Country => base.Country;
|
||||
|
||||
public new Bindable<RankingsScope> Scope => base.Scope;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue