1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 05:32:54 +08:00

I think I should learn how to use git

This commit is contained in:
ekrctb 2018-06-03 15:42:27 +09:00
parent 25d3f0ead1
commit a5c5d11da2

View File

@ -37,7 +37,7 @@ namespace osu.Game.Rulesets.Catch.Tests
Child = catcherArea = new TestCatcherArea(new BeatmapDifficulty { CircleSize = size })
{
Anchor = Anchor.CentreLeft,
Origin = Anchor.BottomLeft
Origin = Anchor.TopLeft
},
};
}