1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 12:42:54 +08:00

Fix parameter naming

This commit is contained in:
Andrei Zavatski 2020-01-08 00:54:02 +03:00
parent eb828154ee
commit 351aaf41d9

View File

@ -76,10 +76,10 @@ namespace osu.Game.Tests.Visual.UserInterface
Margin = new MarginPadding(20),
Text = name,
},
header.With(header =>
header.With(h =>
{
header.Anchor = Anchor.TopCentre;
header.Origin = Anchor.TopCentre;
h.Anchor = Anchor.TopCentre;
h.Origin = Anchor.TopCentre;
})
}
});