1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 15:33:21 +08:00

Use assignment instead of binding

This commit is contained in:
Andrei Zavatski 2019-09-12 18:11:48 +03:00
parent b17d097a39
commit 7ee01ee323

View File

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