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:
parent
b17d097a39
commit
7ee01ee323
@ -35,7 +35,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Current = { BindTarget = scope }
|
||||
Current = scope
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user