mirror of
https://github.com/osukey/osukey.git
synced 2025-05-24 15:07:20 +09:00
Fix missed test scene update
This commit is contained in:
parent
1670766633
commit
17475e60b0
@ -25,7 +25,7 @@ namespace osu.Game.Tests.Visual.Online
|
|||||||
Add(rankingsOverlay = new TestRankingsOverlay
|
Add(rankingsOverlay = new TestRankingsOverlay
|
||||||
{
|
{
|
||||||
Country = { BindTarget = countryBindable },
|
Country = { BindTarget = countryBindable },
|
||||||
Scope = { BindTarget = scope },
|
Header = { Current = { BindTarget = scope } },
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -65,8 +65,6 @@ namespace osu.Game.Tests.Visual.Online
|
|||||||
private class TestRankingsOverlay : RankingsOverlay
|
private class TestRankingsOverlay : RankingsOverlay
|
||||||
{
|
{
|
||||||
public new Bindable<Country> Country => base.Country;
|
public new Bindable<Country> Country => base.Country;
|
||||||
|
|
||||||
public new Bindable<RankingsScope> Scope => base.Scope;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user