mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 17:13:06 +08:00
CI fix
This commit is contained in:
parent
b064df91a7
commit
a99d6536c2
@ -19,10 +19,9 @@ namespace osu.Game.Tests.Visual.Online
|
||||
|
||||
public TestSceneLeaderboardScopeSelector()
|
||||
{
|
||||
LeaderboardScopeSelector selector;
|
||||
Bindable<BeatmapLeaderboardScope> scope = new Bindable<BeatmapLeaderboardScope>();
|
||||
|
||||
Add(selector = new LeaderboardScopeSelector
|
||||
Add(new LeaderboardScopeSelector
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
|
Loading…
Reference in New Issue
Block a user