1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 04:02:57 +08:00

Fix RankingsScope test

This commit is contained in:
Andrei Zavatski 2019-09-13 10:50:26 +03:00
parent 51f17ccb1b
commit c9ae4336f9

View File

@ -35,7 +35,7 @@ namespace osu.Game.Tests.Visual.Online
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Current = { BindTarget = scope }
Current = scope,
}
});