Fix RankingsScope test

This commit is contained in:
Andrei Zavatski 2019-09-13 10:50:26 +03:00
parent 51f17ccb1b
commit c9ae4336f9
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public TestSceneRankingsScopeSelector()
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Current = { BindTarget = scope }
Current = scope,
}
});