mirror of https://github.com/ppy/osu
Fix RankingsScope test
This commit is contained in:
parent
51f17ccb1b
commit
c9ae4336f9
|
@ -35,7 +35,7 @@ public TestSceneRankingsScopeSelector()
|
|||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Current = { BindTarget = scope }
|
||||
Current = scope,
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue